Version 1
[yaffs-website] / web / modules / contrib / linkit / src / ConfigurableMatcherBase.php
diff --git a/web/modules/contrib/linkit/src/ConfigurableMatcherBase.php b/web/modules/contrib/linkit/src/ConfigurableMatcherBase.php
new file mode 100644 (file)
index 0000000..2c0bada
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+
+/**
+ * @file
+ * Contains \Drupal\linkit\ConfigurableMatcherBase.
+ */
+
+namespace Drupal\linkit;
+
+/**
+ * Provides a base class for configurable matchers.
+ *
+ * @see plugin_api
+ */
+abstract class ConfigurableMatcherBase extends MatcherBase implements ConfigurableMatcherInterface {
+}