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