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