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