_bootstrap_remove_class |
function |
Removes a class from an element's attributes array. |
_bootstrap_is_simple_string |
function |
Determines if a string of text is considered "simple". |
_bootstrap_is_button |
function |
Determines if an element is a button. |
_bootstrap_iconize_text |
function |
Matches a Bootstrap Glyphicon based on a string value. |
_bootstrap_iconize_button |
function |
Adds an icon to button element based on its text value. |
_bootstrap_icon |
function |
Returns a specific Bootstrap Glyphicon as rendered HTML markup. |
_bootstrap_glyphicons_supported |
function |
Determine whether or not Bootstrap Glyphicons can be used. |
_bootstrap_glyphicons |
function |
Returns a list of available Bootstrap Glyphicons. |
_bootstrap_glyphicon |
function |
Returns a specific Bootstrap Glyphicon as a render array. |
_bootstrap_get_classes |
function |
Retrieves an element's "class" attribute array. |
_bootstrap_get_base_themes |
function |
Returns a list of base themes for active or provided theme. |
_bootstrap_get_attributes |
function |
Retrieves an element's "attributes" array. |
_bootstrap_file_scan_directory |
function |
Wrapper for the core file_scan_directory() function. |
_bootstrap_colorize_text |
function |
Matches a Bootstrap class based on a string value. |
_bootstrap_colorize_button |
function |
Adds a specific Bootstrap class to color a button based on its text value. |
_bootstrap_add_class |
function |
Adds a class to an element's render array. |
UpdateManager::getLatestVersion |
function |
Retrieves the latest update schema. |
UpdateBase::getTitle |
function |
|
UpdateBase::getLevel |
function |
|
Unicode::substr |
function |
Cuts off a piece of a string based on character indices and counts. |
Unicode::strtolower |
function |
Converts a UTF-8 string to lowercase. |
Unicode::strpos |
function |
Finds the position of the first occurrence of a string in another string. |
TrustedCallbackInterface |
interface |
Interface to declare trusted callbacks. |
ThemeSuggestions::getEntity |
function |
Extracts the entity from the element(s) passed in the Variables object. |
ThemeSuggestions::addEntitySuggestions |
function |
Adds "bundle" and "view mode" suggestions for an entity. |
Theme::getSettingPlugins |
function |
Retrieves the theme's setting plugin instances. |
Theme::getProviders |
function |
Retrieves all CDN Providers. |
Theme::getProvider |
function |
Retrieves the CDN Provider. |
SettingInterface::getGroup |
function |
Retrieves the group form element the setting belongs to. |
SettingInterface::getElement |
function |
Retrieves the form element for the setting. |
SettingBase::getGroup |
function |
|
SettingBase::getElement |
function |
|
ProviderInterface::processDefinition |
function |
Processes the provider plugin definition upon discovery. |
ProviderInterface::processApi |
function |
Processes the provider plugin definition upon discovery. |
ProviderInterface::isImported |
function |
Flag indicating that the API data was manually imported. |
ProviderInterface::hasError |
function |
Flag indicating that the API data parsing failed. |
ProviderInterface::getVersions |
function |
Retrieves the versions supported by the CDN Provider. |
ProviderInterface::getThemes |
function |
Retrieves the themes supported by the CDN Provider. |
ProviderInterface::getAssets |
function |
Retrieves Provider assets for the active provider, if any. |
ProviderInterface::getApi |
function |
Retrieves the API URL if set. |
ProviderBase::processDefinition |
function |
|
ProviderBase::processApi |
function |
|
ProviderBase::isImported |
function |
|
ProviderBase::hasError |
function |
|
ProviderBase::getAssets |
function |
|
ProviderBase::getApi |
function |
|
ProviderBase::$assets |
property |
The currently set assets. |
ProcessManager::getInlineElementTypes |
function |
Retrieves the element types that should be rendered as inline. |
ProcessManager::findButton |
function |
Traverses an element to find the closest button. |
ProcessManager::$inlineElementTypes |
property |
A list of element types that should be rendered as inline. |