You are here

class BootstrapAlter in Express 8

Defines a BootstrapAlter annotation object.

Plugin Namespace: "Plugin/Alter".

Hierarchy

Expanded class hierarchy of BootstrapAlter

See also

\Drupal\bootstrap\Plugin\AlterInterface

\Drupal\bootstrap\Plugin\AlterManager

Plugin API

5 files declare their use of BootstrapAlter
ElementInfo.php in themes/contrib/bootstrap/src/Plugin/Alter/ElementInfo.php
Contains \Drupal\bootstrap\Plugin\Alter\ElementInfo.
LibraryInfo.php in themes/contrib/bootstrap/src/Plugin/Alter/LibraryInfo.php
Contains \Drupal\bootstrap\Plugin\Alter\LibraryInfo.
PageAttachments.php in themes/contrib/bootstrap/src/Plugin/Alter/PageAttachments.php
Contains \Drupal\bootstrap\Plugin\Alter\PageAttachments.
ThemeRegistry.php in themes/contrib/bootstrap/src/Plugin/Alter/ThemeRegistry.php
Contains \Drupal\bootstrap\Plugin\Alter\ThemeRegistry.
ThemeSuggestions.php in themes/contrib/bootstrap/src/Plugin/Alter/ThemeSuggestions.php
Contains \Drupal\bootstrap\Plugin\Alter\ThemeSuggestions.
5 classes are annotated with BootstrapAlter
ElementInfo in themes/contrib/bootstrap/src/Plugin/Alter/ElementInfo.php
Implements hook_element_info_alter().
LibraryInfo in themes/contrib/bootstrap/src/Plugin/Alter/LibraryInfo.php
Implements hook_library_info_alter().
PageAttachments in themes/contrib/bootstrap/src/Plugin/Alter/PageAttachments.php
Implements hook_page_attachments_alter().
ThemeRegistry in themes/contrib/bootstrap/src/Plugin/Alter/ThemeRegistry.php
Extends the theme registry to override and use protected functions.
ThemeSuggestions in themes/contrib/bootstrap/src/Plugin/Alter/ThemeSuggestions.php
Implements hook_theme_suggestions_alter().

File

themes/contrib/bootstrap/src/Annotation/BootstrapAlter.php, line 24
Contains \Drupal\bootstrap\Annotation\BootstrapAlter.

Namespace

Drupal\bootstrap\Annotation
View source
class BootstrapAlter extends PluginID {

}

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
PluginID::$value public property The plugin ID.
PluginID::get public function Gets the value of an annotation. Overrides AnnotationInterface::get
PluginID::getId public function Gets the unique ID for this annotated class. Overrides AnnotationBase::getId