c7464a46b47bd3a48994c6cabb1d8187af6fa880
[yaffs-website] / web / core / modules / system / tests / modules / plugin_test / src / Plugin / plugin_test / custom_annotation / Example2.php
1 <?php
2
3 namespace Drupal\plugin_test\Plugin\plugin_test\custom_annotation;
4
5 /**
6  * Provides a test plugin with a custom annotation.
7  *
8  * @PluginExample(
9  *   id = "example_2",
10  *   custom = "Paul"
11  * )
12  */
13 class Example2 {}