Further modules included.
[yaffs-website] / web / modules / contrib / advanced_help / src / HelpInterface.php
diff --git a/web/modules/contrib/advanced_help/src/HelpInterface.php b/web/modules/contrib/advanced_help/src/HelpInterface.php
new file mode 100644 (file)
index 0000000..1168749
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+namespace Drupal\advanced_help;
+
+use Drupal\Component\Plugin\PluginInspectionInterface;
+
+/**
+ * Defines an interface for ice cream flavor plugins.
+ */
+interface HelpInterface extends PluginInspectionInterface {
+}
\ No newline at end of file