f45ffaa9f789d715cfd934f8a3a2a84a6147727c
[yaffs-website] / web / themes / contrib / bootstrap / src / Annotation / BootstrapAlter.php
1 <?php
2 /**
3  * @file
4  * Contains \Drupal\bootstrap\Annotation\BootstrapAlter.
5  */
6
7 namespace Drupal\bootstrap\Annotation;
8
9 use Drupal\Component\Annotation\PluginID;
10
11 /**
12  * Defines a BootstrapAlter annotation object.
13  *
14  * Plugin Namespace: "Plugin/Alter".
15  *
16  * @see \Drupal\bootstrap\Plugin\AlterInterface
17  * @see \Drupal\bootstrap\Plugin\AlterManager
18  * @see plugin_api
19  *
20  * @Annotation
21  *
22  * @ingroup plugins_alter
23  */
24 class BootstrapAlter extends PluginID {}