topic Utilities
List of theme utility helper classes used in the Drupal Bootstrap base theme.
Source docs/Utility.md
Classes
Name | Description |
---|---|
Variables | Class to help modify template variables. |
Unicode | Extends \Drupal\Component\Utility\Unicode. |
ThemeSettings | Provides a configuration API wrapper for runtime merged theme settings. |
Theme | Defines a theme object. |
StorageItem | Theme Storage Item. |
Storage | Theme Storage. |
SortArray | Extends \Drupal\Component\Utility\SortArray. |
PluginManager | Base class for Bootstrap plugin managers. |
PluginCallback | Defines a Plugin annotation object that just contains an ID. |
PluginBase | Base class for an update. |
Element | Provides helper methods for Drupal render elements. |
DrupalAttributes | Class for managing multiple types of attributes commonly found in Drupal. |
Crypt | Extends \Drupal\Component\Utility\Crypt. |
BootstrapConstant | Defines a BootstrapConstant annotation object. |
Bootstrap | The primary class for the Drupal Bootstrap base theme. |
Attributes | Class to help modify attributes. |
ArrayObject | Custom ArrayObject implementation. |