You are here

BootstrapPrerender.php in Express 8

File

themes/contrib/bootstrap/src/Annotation/BootstrapPrerender.php
View source
<?php

/**
 * @file
 * Contains \Drupal\bootstrap\Annotation\BootstrapPrerender.
 */
namespace Drupal\bootstrap\Annotation;


/**
 * Defines a BootstrapPrerender annotation object.
 *
 * Plugin Namespace: "Plugin/Prerender".
 *
 * @see \Drupal\bootstrap\Plugin\PrerenderInterface
 * @see \Drupal\bootstrap\Plugin\PrerenderManager
 * @see plugin_api
 *
 * @Annotation
 *
 * @ingroup plugins_prerender
 */
class BootstrapPrerender extends PluginCallback {

}

Classes

Namesort descending Description
BootstrapPrerender Defines a BootstrapPrerender annotation object.