Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Render/theme.api.php \themeable
  2. 4.6.x includes/theme.inc \themeable
  3. 5.x includes/theme.inc \themeable
  4. 6.x includes/theme.inc \themeable
  5. 7.x modules/system/theme.api.php \themeable
  6. 8.9.x core/lib/Drupal/Core/Render/theme.api.php \themeable
  7. 9 core/lib/Drupal/Core/Render/theme.api.php \themeable

Functions that display HTML, and which can be customized by themes.

All functions that produce HTML for display should be themeable. This means that they should be named with the theme_ prefix, and invoked using theme() rather than being called directly. This allows themes to override the display of any Drupal object.

The theme system is described and defined in theme.inc.

File

includes/theme.inc, line 353
The theme system, which controls the output of Drupal.

Functions

Name Locationsort descending Description
theme_menu_tree includes/menu.inc Generate the HTML for a menu tree.
theme_menu_item includes/menu.inc Generate the HTML output for a single menu item.
theme_menu_item_link includes/menu.inc Generate the HTML representing a given menu item ID.
theme_menu_local_tasks includes/menu.inc Returns the rendered local tasks. The default implementation renders them as tabs.
theme_menu_local_task includes/menu.inc Generate the HTML representing a given menu item ID as a tab.
theme_menu_links includes/menu.inc Returns the themed HTML for primary and secondary links. Note that this function is overridden by most core themes because those themes display links in "link | link" format, not from a list. Also note that by default links rendered with…
theme_pager includes/pager.inc Format a query pager.
theme_pager_first includes/pager.inc Format a "first page" link.
theme_pager_previous includes/pager.inc Format a "previous page" link.
theme_pager_next includes/pager.inc Format a "next page" link.
theme_pager_last includes/pager.inc Format a "last page" link.
theme_pager_list includes/pager.inc Format a list of nearby pages with additional query results.
theme_placeholder includes/theme.inc Format a dynamic text string for emphasized display in a placeholder.
theme_page includes/theme.inc Return an entire Drupal page displaying the supplied content.
theme_maintenance_page includes/theme.inc
theme_status_messages includes/theme.inc Returns themed set of status and/or error messages. The messages are grouped by type.
theme_links includes/theme.inc Return a themed set of links.
theme_image includes/theme.inc Return a themed image.
theme_breadcrumb includes/theme.inc Return a themed breadcrumb trail.
theme_help includes/theme.inc Return a themed help message.
theme_node includes/theme.inc Return a themed node.
theme_form_element includes/theme.inc Return a themed form element.
theme_submenu includes/theme.inc Return a themed submenu, typically displayed under the tabs.
theme_table includes/theme.inc Return a themed table.
theme_tablesort_indicator includes/theme.inc Return a themed sort icon.
theme_box includes/theme.inc Return a themed box.
theme_block includes/theme.inc Return a themed block.
theme_mark includes/theme.inc Return a themed marker, useful for marking new or updated content.
theme_stylesheet_import includes/theme.inc Import a stylesheet using @import.
theme_item_list includes/theme.inc Return a themed list of items.
theme_more_help_link includes/theme.inc Returns code that emits the 'more help'-link.
theme_xml_icon includes/theme.inc Return code that emits an XML icon.
theme_feed_icon includes/theme.inc Return code that emits an feed icon.
theme_closure includes/theme.inc Execute hook_footer() which is run at the end of the page right before the close of the body tag.
theme_blocks includes/theme.inc Return a set of blocks available for the current user.
theme_username includes/theme.inc Format a username.
theme_progress_bar includes/theme.inc
_theme_table_cell includes/theme.inc End of "defgroup themeable".
theme_aggregator_feed modules/aggregator.module Format a news feed.
theme_aggregator_block_item modules/aggregator.module Format an individual feed item for display in the block.
theme_aggregator_summary_item modules/aggregator.module Return a themed item heading for summary pages located at "aggregator/sources" and "aggregator/categories".
theme_aggregator_page_item modules/aggregator.module Format an individual feed item for display on the aggregator page.
theme_book_navigation modules/book.module Prepares the links to children (TOC) and forward/backward navigation for a node presented as a book page.
theme_book_export_html modules/book.module How the book's HTML export should be themed
theme_filter_tips modules/filter.module Format a set of filter tips.
theme_forum_display modules/forum.module Format the forum body.
theme_forum_list modules/forum.module Format the forum listing.
theme_forum_topic_list modules/forum.module Format the topic listing.
theme_forum_icon modules/forum.module Format the icon for each individual topic.
theme_forum_topic_navigation modules/forum.module Format the next/previous forum topic navigation links.
theme_search_item modules/search.module Format a single result entry of a search query. This function is normally called by theme_search_page() or hook_search_page().
theme_search_page modules/search.module Format the result page of a search query.
theme_user_profile modules/user.module Theme a user page
theme_user_list modules/user.module Make a list of users.