class BootstrapAlter in Express 8
Defines a BootstrapAlter annotation object.
Plugin Namespace: "Plugin/Alter".
Hierarchy
- class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterface
- class \Drupal\Component\Annotation\PluginID
- class \Drupal\bootstrap\Annotation\BootstrapAlter
- class \Drupal\Component\Annotation\PluginID
Expanded class hierarchy of BootstrapAlter
See also
\Drupal\bootstrap\Plugin\AlterInterface
\Drupal\bootstrap\Plugin\AlterManager
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\AnnotationView source
class BootstrapAlter extends PluginID {
}
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:: |
|
PluginID:: |
public | property | The plugin ID. | |
PluginID:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
|
PluginID:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationBase:: |