Version 1
[yaffs-website] / web / modules / contrib / bootstrap_layouts / src / Annotation / BootstrapLayoutsHandler.php
diff --git a/web/modules/contrib/bootstrap_layouts/src/Annotation/BootstrapLayoutsHandler.php b/web/modules/contrib/bootstrap_layouts/src/Annotation/BootstrapLayoutsHandler.php
new file mode 100644 (file)
index 0000000..e1d9f4a
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+namespace Drupal\bootstrap_layouts\Annotation;
+
+use Drupal\Component\Annotation\PluginID;
+
+/**
+ * Defines a BootstrapLayoutsHandler annotation object.
+ *
+ * @Annotation
+ */
+class BootstrapLayoutsHandler extends PluginID {
+}