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