topic APIs
List of available hook and alter APIs for use in your sub-theme.
Source ./bootstrap.api.php (line 8)
Functions
Name | Description |
---|---|
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_form_process | This hook allows sub-themes to process all form elements. |
hook_form_process_HOOK | This hook allows sub-themes to process a specific form element type. |
hook_pre_render | This hook allows sub-themes to alter all elements before it's rendered. |
hook_pre_render_HOOK | This hook allows sub-themes to alter a specific element before it's rendered. |