You are here

class BootstrapPreprocess in Express 8

Defines a BootstrapPreprocess annotation object.

Plugin Namespace: "Plugin/Preprocess".

Hierarchy

Expanded class hierarchy of BootstrapPreprocess

See also

\Drupal\bootstrap\Plugin\PreprocessInterface

\Drupal\bootstrap\Plugin\PreprocessManager

Plugin API

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.

... See full list

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.

... See full list

File

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

Namespace

Drupal\bootstrap\Annotation
View source
class BootstrapPreprocess 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