1378d04e2e81e740cc795a65e461c37a038c7653
[yaffs-website] / web / themes / contrib / bootstrap / src / Annotation / BootstrapPreprocess.php
1 <?php
2
3 namespace Drupal\bootstrap\Annotation;
4
5 /**
6  * Defines a BootstrapPreprocess annotation object.
7  *
8  * Plugin Namespace: "Plugin/Preprocess".
9  *
10  * @see \Drupal\bootstrap\Plugin\PreprocessInterface
11  * @see \Drupal\bootstrap\Plugin\PreprocessManager
12  * @see plugin_api
13  *
14  * @Annotation
15  *
16  * @ingroup plugins_preprocess
17  */
18 class BootstrapPreprocess extends PluginCallback {}