Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / workspaces / src / Form / WorkspaceFormInterface.php
diff --git a/web/core/modules/workspaces/src/Form/WorkspaceFormInterface.php b/web/core/modules/workspaces/src/Form/WorkspaceFormInterface.php
new file mode 100644 (file)
index 0000000..53f82fa
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\workspaces\Form;
+
+use Drupal\Core\Form\FormInterface;
+
+/**
+ * Defines interface for workspace forms so they can be easily distinguished.
+ *
+ * @internal
+ */
+interface WorkspaceFormInterface extends FormInterface {}