ApiProviderBase::processDefinition |
function |
|
BcAliasedInterface |
interface |
Provides a blank interface for BC interfaces when no suitable one exists. |
Bootstrap::fileSystem |
function |
Retrieves the File System service, if it exists. |
Bootstrap::message |
function |
Wrapper to use new Messenger service or the legacy procedural function. |
BootstrapProvider::$api |
property |
An API URL used to retrieve data for the provider. |
BootstrapProvider::$css |
property |
An array of CSS assets. |
BootstrapProvider::$error |
property |
A flag determining whether or not the API request has failed. |
BootstrapProvider::$imported |
property |
A flag determining whether or not data has been manually imported. |
BootstrapProvider::$js |
property |
An array of JavaScript assets. |
BootstrapProvider::$min |
property |
An associative array of minified CSS and JavaScript assets. |
BootstrapProvider::$themes |
property |
An array of themes supported by the provider. |
BootstrapProvider::$versions |
property |
An array of versions supported by the provider. |
bootstrap_cdn_provider |
function |
Retrieves a list of available CDN providers for the Bootstrap framework. |
BOOTSTRAP_CDN_PROVIDER_PATH |
constant |
The base file system path for CDN providers. |
bootstrap_element_smart_description |
function |
Converts an element description into a tooltip based on certain criteria. |
bootstrap_get_cdn_assets |
function |
Retrieves CDN assets for the active provider, if any. |
bootstrap_get_theme_info |
function |
Return information from the .info file of a theme (and possible base themes). |
bootstrap_include |
function |
Includes a file from a theme. |
bootstrap_setting |
function |
Retrieves a setting for the current theme or for a given theme. |
BOOTSTRAP_VERSION |
constant |
The current supported Bootstrap framework version. |
BOOTSTRAP_VERSION_MAJOR |
constant |
The current supported Bootstrap framework major version number. |
BOOTSTRAP_VERSION_MINOR |
constant |
The current supported Bootstrap framework minor version number. |
BOOTSTRAP_VERSION_PATCH |
constant |
The current supported Bootstrap framework patch version number. |
Broken::processApi |
function |
|
Broken::processDefinition |
function |
|
CdnCustomCss |
class |
The "cdn_custom_css" theme setting. |
CdnCustomCssMin |
class |
The "cdn_custom_css_min" theme setting. |
CdnCustomJs |
class |
The "cdn_custom_js" theme setting. |
CdnCustomJsMin |
class |
The "cdn_custom_js_min" theme setting. |
CdnJsdelivrTheme |
class |
The "cdn_jsdelivr_theme" theme setting. |
CdnJsdelivrVersion |
class |
The "cdn_jsdelivr_version" theme setting. |
Crypt::generateHash |
function |
Generates a unique hash name. |
hook_bootstrap_inline_element_types_alter |
function |
Allows sub-themes to alter element types that should be rendered as inline. |
PopoverTriggerAutoclose |
class |
The "popover_trigger_autoclose" theme setting. |
ProcessManager::$inlineElementTypes |
property |
A list of element types that should be rendered as inline. |
ProcessManager::findButton |
function |
Traverses an element to find the closest button. |
ProcessManager::getInlineElementTypes |
function |
Retrieves the element types that should be rendered as inline. |
ProviderBase::$assets |
property |
The currently set assets. |
ProviderBase::getApi |
function |
|
ProviderBase::getAssets |
function |
|
ProviderBase::hasError |
function |
|
ProviderBase::isImported |
function |
|
ProviderBase::processApi |
function |
|
ProviderBase::processDefinition |
function |
|
ProviderInterface::getApi |
function |
Retrieves the API URL if set. |
ProviderInterface::getAssets |
function |
Retrieves Provider assets for the active provider, if any. |
ProviderInterface::getThemes |
function |
Retrieves the themes supported by the CDN Provider. |
ProviderInterface::getVersions |
function |
Retrieves the versions supported by the CDN Provider. |
ProviderInterface::hasError |
function |
Flag indicating that the API data parsing failed. |
ProviderInterface::isImported |
function |
Flag indicating that the API data was manually imported. |