sub-topic Theme Functions (.func.php)
List of theme functions used in the Drupal Bootstrap base theme.
View the parent topic for additional documentation.
Parent topics
Source includes/registry.inc (line 14)
Functions
Name | Description |
---|---|
bootstrap_bootstrap_dropdown | Returns HTML for a Bootstrap dropdown component. |
bootstrap_bootstrap_search_form_wrapper | Returns HTML for the Bootstrap search form wrapper. |
bootstrap_breadcrumb | Returns HTML for a breadcrumb trail. |
bootstrap_button | Returns HTML for a button form element. |
bootstrap_container | Returns HTML to wrap child elements in a container. |
bootstrap_date | Returns HTML for a date selection form element. |
bootstrap_exposed_filters | Returns HTML for an exposed filter form. |
bootstrap_fieldset | Returns HTML for a fieldset form element and its children. |
bootstrap_file_managed_file | Returns HTML for a managed file element. |
bootstrap_file_upload_help | Returns HTML for help text based on file upload validators. |
bootstrap_file_widget | Returns HTML for an individual file upload widget. |
bootstrap_file_widget_multiple | Returns HTML for a group of file upload widgets. |
bootstrap_filter_tips | Returns HTML for a set of filter tips. |
bootstrap_filter_tips_more_info | Returns HTML for a link to the more extensive filter tips. |
bootstrap_form_element | Returns HTML for a form element. |
bootstrap_form_element_label | Returns HTML for a form element label and required marker. |
bootstrap_image_widget | Returns HTML for an image field widget. |
bootstrap_item_list | Returns HTML for a list or nested list of items. |
bootstrap_mark | Returns HTML for a marker for new or updated content. |
bootstrap_menu_link | Returns HTML for a menu link and submenu. |
bootstrap_menu_local_action | Returns HTML for a single local action link. |
bootstrap_menu_local_tasks | Returns HTML for primary and secondary local tasks. |
bootstrap_menu_tree | Returns HTML for a wrapper for a menu sub-tree. |
bootstrap_pager | Returns HTML for a query pager. |
bootstrap_status_messages | Returns HTML for status and/or error messages, grouped by type. |
bootstrap_table | Returns HTML for a table. |
bootstrap_tablesort_indicator | Returns HTML for a tablesort indicator. |
bootstrap_textfield | Returns HTML for a textfield form element. |
bootstrap_text_format_wrapper | Returns HTML for a text format-enabled form element. |
bootstrap_webform_managed_file | Returns HTML for a Webform managed file element. |