14ba4415ce95bbae8cfc193ef4d25cdb985b9d3b
[yaffs-website] / web / modules / contrib / linkit / src / ConfigurableAttributeBase.php
1 <?php
2
3 /**
4  * @file
5  * Contains \Drupal\linkit\ConfigurableAttributeBase.
6  */
7
8 namespace Drupal\linkit;
9
10 /**
11  * Provides a base class for configurable attributes.
12  *
13  * @see plugin_api
14  */
15 abstract class ConfigurableAttributeBase extends AttributeBase implements ConfigurableAttributeInterface {
16 }