bootstrap_bootstrap_colorize_text_alter |
|
bootstrap_bootstrap_iconize_text_alter |
|
bootstrap_bootstrap_layouts_class_options_alter |
|
bootstrap_cdn_provider |
Retrieves a list of available CDN providers for the Bootstrap framework. |
bootstrap_element_info_alter |
|
bootstrap_element_smart_description |
Converts an element description into a tooltip based on certain criteria. |
bootstrap_form_alter |
|
bootstrap_form_system_theme_settings_alter |
|
bootstrap_get_cdn_assets |
Retrieves CDN assets for the active provider, if any. |
bootstrap_get_theme_info |
Return information from the .info file of a theme (and possible base themes). |
bootstrap_icon_bundles |
Implements hook_icon_bundles(). |
bootstrap_icon_providers |
Implements hook_icon_providers(). |
bootstrap_include |
Includes a file from a theme. |
bootstrap_js_settings_alter |
|
bootstrap_library_info_alter |
|
bootstrap_page_attachments_alter |
|
bootstrap_preprocess |
|
bootstrap_setting |
Retrieves a setting for the current theme or for a given theme. |
bootstrap_theme |
|
bootstrap_theme_registry_alter |
@todo Remove once a proper replacement for the theme.registry service can be
created in a bootstrap_core sub-module. |
bootstrap_theme_suggestions_alter |
|
hook_bootstrap_colorize_text_alter |
Allows sub-themes to alter the array used for colorizing text. |
hook_bootstrap_iconize_text_alter |
Allows sub-themes to alter the array used for associating an icon with text. |
hook_bootstrap_inline_element_types_alter |
Allows sub-themes to alter element types that should be rendered as inline. |
_bootstrap_add_class |
Adds a class to an element's render array. |
_bootstrap_colorize_button |
Adds a specific Bootstrap class to color a button based on its text value. |
_bootstrap_colorize_text |
Matches a Bootstrap class based on a string value. |
_bootstrap_file_scan_directory |
Wrapper for the core file_scan_directory() function. |
_bootstrap_get_attributes |
Retrieves an element's "attributes" array. |
_bootstrap_get_base_themes |
Returns a list of base themes for active or provided theme. |
_bootstrap_get_classes |
Retrieves an element's "class" attribute array. |
_bootstrap_glyphicon |
Returns a specific Bootstrap Glyphicon as a render array. |
_bootstrap_glyphicons |
Returns a list of available Bootstrap Glyphicons. |
_bootstrap_glyphicons_supported |
Determine whether or not Bootstrap Glyphicons can be used. |
_bootstrap_icon |
Returns a specific Bootstrap Glyphicon as rendered HTML markup. |
_bootstrap_iconize_button |
Adds an icon to button element based on its text value. |
_bootstrap_iconize_text |
Matches a Bootstrap Glyphicon based on a string value. |
_bootstrap_is_button |
Determines if an element is a button. |
_bootstrap_is_simple_string |
Determines if a string of text is considered "simple". |
_bootstrap_remove_class |
Removes a class from an element's attributes array. |
_find_autoloader |
|