Version 1
[yaffs-website] / web / core / modules / system / tests / modules / plugin_test / src / CustomDirectoryExample2.php
diff --git a/web/core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample2.php b/web/core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample2.php
new file mode 100644 (file)
index 0000000..6f7de1f
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+namespace Drupal\plugin_test;
+
+/**
+ * Provides a test plugin within a custom directory.
+ *
+ * @Plugin(
+ *   id = "custom_example_2",
+ *   custom = "Meghan"
+ * )
+ */
+class CustomDirectoryExample2 {}