Further modules included.
[yaffs-website] / web / modules / contrib / libraries / src / Annotation / Locator.php
diff --git a/web/modules/contrib/libraries/src/Annotation/Locator.php b/web/modules/contrib/libraries/src/Annotation/Locator.php
new file mode 100644 (file)
index 0000000..ab4311d
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+namespace Drupal\libraries\Annotation;
+
+use Drupal\Component\Annotation\PluginID;
+
+/**
+ * Provides an annotation class for locator plugins.
+ *
+ * @Annotation
+ */
+class Locator extends PluginID {
+
+}