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