Version 1
[yaffs-website] / web / core / modules / system / tests / modules / plugin_test / src / Plugin / plugin_test / custom_annotation / Example1.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_1",
10  *   custom = "John"
11  * )
12  */
13 class Example1 {}