85ffd74684998f7198a9fe21cd10e3b659875add
[yaffs-website] / 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 {}