Version 1
[yaffs-website] / web / core / modules / system / tests / modules / plugin_test / src / Plugin / plugin_test / custom_annotation / Example1.php
diff --git a/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example1.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example1.php
new file mode 100644 (file)
index 0000000..85ffd74
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+namespace Drupal\plugin_test\Plugin\plugin_test\custom_annotation;
+
+/**
+ * Provides a test plugin with a custom annotation.
+ *
+ * @PluginExample(
+ *   id = "example_1",
+ *   custom = "John"
+ * )
+ */
+class Example1 {}