Further modules included.
[yaffs-website] / web / modules / contrib / libraries / src / Annotation / Locator.php
1 <?php
2
3 namespace Drupal\libraries\Annotation;
4
5 use Drupal\Component\Annotation\PluginID;
6
7 /**
8  * Provides an annotation class for locator plugins.
9  *
10  * @Annotation
11  */
12 class Locator extends PluginID {
13
14 }