Version 1
[yaffs-website] / web / modules / contrib / layout_plugin / src / Plugin / Layout / LayoutDefault.php
diff --git a/web/modules/contrib/layout_plugin/src/Plugin/Layout/LayoutDefault.php b/web/modules/contrib/layout_plugin/src/Plugin/Layout/LayoutDefault.php
new file mode 100644 (file)
index 0000000..462b68d
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace Drupal\layout_plugin\Plugin\Layout;
+
+/**
+ * Provides a default class for Layout plugins.
+ */
+class LayoutDefault extends LayoutBase {
+
+}