You are here

class BootstrapPrerender in Express 8

Defines a BootstrapPrerender annotation object.

Plugin Namespace: "Plugin/Prerender".

Hierarchy

Expanded class hierarchy of BootstrapPrerender

See also

\Drupal\bootstrap\Plugin\PrerenderInterface

\Drupal\bootstrap\Plugin\PrerenderManager

Plugin API

4 files declare their use of BootstrapPrerender
Captcha.php in themes/contrib/bootstrap/src/Plugin/Prerender/Captcha.php
Dropbutton.php in themes/contrib/bootstrap/src/Plugin/Prerender/Dropbutton.php
Contains \Drupal\bootstrap\Plugin\Prerender\Dropbutton.
Link.php in themes/contrib/bootstrap/src/Plugin/Prerender/Link.php
Contains \Drupal\bootstrap\Plugin\Prerender\Link.
Operations.php in themes/contrib/bootstrap/src/Plugin/Prerender/Operations.php
Contains \Drupal\bootstrap\Plugin\Prerender\Operations.
4 classes are annotated with BootstrapPrerender
Captcha in themes/contrib/bootstrap/src/Plugin/Prerender/Captcha.php
Pre-render callback for the "captcha" element type.
Dropbutton in themes/contrib/bootstrap/src/Plugin/Prerender/Dropbutton.php
Pre-render callback for the "dropbutton" element type.
Link in themes/contrib/bootstrap/src/Plugin/Prerender/Link.php
Pre-render callback for the "link" element type.
Operations in themes/contrib/bootstrap/src/Plugin/Prerender/Operations.php
Pre-render callback for the "operations" element type.

File

themes/contrib/bootstrap/src/Annotation/BootstrapPrerender.php, line 22
Contains \Drupal\bootstrap\Annotation\BootstrapPrerender.

Namespace

Drupal\bootstrap\Annotation
View source
class BootstrapPrerender extends PluginCallback {

}

Members

Namesort descending Modifiers Type Description Overrides
AnnotationBase::$class protected property The class used for this annotated class.
AnnotationBase::$id public property The annotated class ID. 1
AnnotationBase::$provider protected property The provider of the annotated class.
AnnotationBase::getClass public function Gets the class of the annotated class. Overrides AnnotationInterface::getClass
AnnotationBase::getProvider public function Gets the name of the provider of the annotated class. Overrides AnnotationInterface::getProvider
AnnotationBase::setClass public function Sets the class of the annotated class. Overrides AnnotationInterface::setClass
AnnotationBase::setProvider public function Sets the name of the provider of the annotated class. Overrides AnnotationInterface::setProvider
PluginCallback::$action public property Flag that determines how to add the plugin to a callback array.
PluginCallback::$replace public property A callback to replace.
PluginCallback::$value public property The plugin ID. Overrides PluginID::$value
PluginCallback::get public function Gets the value of an annotation. Overrides PluginID::get
PluginID::getId public function Gets the unique ID for this annotated class. Overrides AnnotationBase::getId