bbbb408ff0df7e7a05ba3e3da6253a49fb497c8b
[yaffs-website] / web / themes / contrib / bootstrap / src / Annotation / BootstrapProcess.php
1 <?php
2 /**
3  * @file
4  * Contains \Drupal\bootstrap\Annotation\BootstrapProcess.
5  */
6
7 namespace Drupal\bootstrap\Annotation;
8
9 /**
10  * Defines a BootstrapProcess annotation object.
11  *
12  * Plugin Namespace: "Plugin/Process".
13  *
14  * @see \Drupal\bootstrap\Plugin\ProcessInterface
15  * @see \Drupal\bootstrap\Plugin\ProcessManager
16  * @see plugin_api
17  *
18  * @Annotation
19  *
20  * @ingroup plugins_process
21  */
22 class BootstrapProcess extends PluginCallback {}