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