class BootstrapPreprocess in Express 8
Defines a BootstrapPreprocess annotation object.
Plugin Namespace: "Plugin/Preprocess".
Hierarchy
- class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterface
- class \Drupal\Component\Annotation\PluginID
- class \Drupal\bootstrap\Annotation\PluginCallback
- class \Drupal\bootstrap\Annotation\BootstrapPreprocess
- class \Drupal\bootstrap\Annotation\PluginCallback
- class \Drupal\Component\Annotation\PluginID
Expanded class hierarchy of BootstrapPreprocess
See also
\Drupal\bootstrap\Plugin\PreprocessInterface
\Drupal\bootstrap\Plugin\PreprocessManager
22 files declare their use of BootstrapPreprocess
- BootstrapCarousel.php in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ BootstrapCarousel.php - Contains \Drupal\bootstrap\Plugin\Preprocess\BootstrapCarousel.
- BootstrapDropdown.php in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ BootstrapDropdown.php - Contains \Drupal\bootstrap\Plugin\Preprocess\BootstrapDropdown.
- BootstrapModal.php in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ BootstrapModal.php - Contains \Drupal\bootstrap\Plugin\Preprocess\BootstrapModal.
- BootstrapPanel.php in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ BootstrapPanel.php - Contains \Drupal\bootstrap\Plugin\Preprocess\BootstrapPanel.
- Breadcrumb.php in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ Breadcrumb.php - Contains \Drupal\bootstrap\Plugin\Preprocess\Breadcrumb.
24 classes are annotated with BootstrapPreprocess
- BootstrapCarousel in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ BootstrapCarousel.php - Pre-processes variables for the "bootstrap_carousel" theme hook.
- BootstrapDropdown in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ BootstrapDropdown.php - Pre-processes variables for the "bootstrap_dropdown" theme hook.
- BootstrapModal in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ BootstrapModal.php - Pre-processes variables for the "bootstrap_modal" theme hook.
- BootstrapPanel in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ BootstrapPanel.php - Pre-processes variables for the "bootstrap_panel" theme hook.
- Breadcrumb in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ Breadcrumb.php - Pre-processes variables for the "breadcrumb" theme hook.
File
- themes/
contrib/ bootstrap/ src/ Annotation/ BootstrapPreprocess.php, line 22 - Contains \Drupal\bootstrap\Annotation\BootstrapPreprocess.
Namespace
Drupal\bootstrap\AnnotationView source
class BootstrapPreprocess 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:: |