class BootstrapPrerender in Express 8
Defines a BootstrapPrerender annotation object.
Plugin Namespace: "Plugin/Prerender".
Hierarchy
- class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterface
- class \Drupal\Component\Annotation\PluginID
- class \Drupal\bootstrap\Annotation\PluginCallback
- class \Drupal\bootstrap\Annotation\BootstrapPrerender
- class \Drupal\bootstrap\Annotation\PluginCallback
- class \Drupal\Component\Annotation\PluginID
Expanded class hierarchy of BootstrapPrerender
See also
\Drupal\bootstrap\Plugin\PrerenderInterface
\Drupal\bootstrap\Plugin\PrerenderManager
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\AnnotationView source
class BootstrapPrerender extends PluginCallback {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnnotationBase:: |
protected | property | The class used for this annotated class. | |
AnnotationBase:: |
public | property | The annotated class ID. | 1 |
AnnotationBase:: |
protected | property | The provider of the annotated class. | |
AnnotationBase:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
PluginCallback:: |
public | property | Flag that determines how to add the plugin to a callback array. | |
PluginCallback:: |
public | property | A callback to replace. | |
PluginCallback:: |
public | property |
The plugin ID. Overrides PluginID:: |
|
PluginCallback:: |
public | function |
Gets the value of an annotation. Overrides PluginID:: |
|
PluginID:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationBase:: |