theme_node_preview_banner_form |
core/modules/node/node.theme.inc |
Returns HTML for node_preview_banner_form(). |
theme_node_recent_block |
core/modules/node/node.theme.inc |
Returns HTML for a list of recent content. |
theme_node_recent_content |
core/modules/node/node.theme.inc |
Returns HTML for a recent node to be displayed in the recent content block. |
theme_node_search_factors |
core/modules/node/node.theme.inc |
Returns HTML for the content ranking part of the search settings admin page. |
theme_node_type_example_color |
modules/examples/node_type_example/node_type_example.module |
A custom theme function. |
theme_number |
core/includes/form.inc |
Returns HTML for a number form element. |
theme_options |
core/modules/field/modules/options/options.theme.inc |
Theme an options element. |
theme_options_none |
core/modules/field/modules/options/options.theme.inc |
Returns HTML for the label for the empty value for options that are not required. |
theme_pager |
core/includes/pager.inc |
Returns HTML for a query pager. |
theme_pager_first |
core/includes/pager.inc |
Returns HTML for the "first page" link in a query pager. |
theme_pager_last |
core/includes/pager.inc |
Returns HTML for the "last page" link in query pager. |
theme_pager_link |
core/includes/pager.inc |
Returns HTML for a link to a specific query result page. |
theme_pager_next |
core/includes/pager.inc |
Returns HTML for the "next page" link in a query pager. |
theme_pager_previous |
core/includes/pager.inc |
Returns HTML for the "previous page" link in a query pager. |
theme_password |
core/includes/form.inc |
Returns HTML for a password form element. |
theme_path_bulk_update_form |
core/modules/path/path.admin.inc |
Returns HTML for the Path bulk update page. |
theme_progress_bar |
core/includes/theme.inc |
Returns HTML for a progress bar. |
theme_queue_items |
modules/examples/queue_example/queue_example.module |
Themes the queue display. |
theme_radio |
core/includes/form.inc |
Returns HTML for a radio button form element. |
theme_range |
core/includes/form.inc |
Returns HTML for a range form element. |
theme_render_array |
modules/examples/render_example/render_example.module |
Themes the render array (from the demonstration page). |
theme_render_example_add_div |
modules/examples/render_example/render_example.module |
Wraps a div around the already-rendered #children. |
theme_render_example_add_notes |
modules/examples/render_example/render_example.module |
Wraps a div and add a little text after the rendered #children. |
theme_render_example_aggregate |
modules/examples/render_example/render_example.module |
A #theme function. |
theme_render_template |
core/includes/theme.inc |
Renders a system default template, which is essentially a PHP template. |
theme_search |
core/includes/form.inc |
Returns HTML for a search form element. |
theme_select |
core/includes/form.inc |
Returns HTML for a select form element. |
theme_simpletest_result_summary |
core/modules/simpletest/simpletest.theme.inc |
Returns HTML for the summary status of a simpletest result. |
theme_simpletest_test_table |
core/modules/simpletest/simpletest.theme.inc |
Returns HTML for a test list generated by simpletest_test_form() into a table. |
theme_status_messages |
core/includes/theme.inc |
Returns HTML for status and/or error messages, grouped by type. |
theme_status_report |
core/modules/system/system.theme.inc |
Returns HTML for the status report. |
theme_submit |
core/includes/form.inc |
Returns HTML for a submit button form element. |
theme_system_admin_index |
core/modules/system/system.theme.inc |
Returns HTML for the output of the dashboard page. |
theme_system_modules_fieldset |
core/modules/system/system.theme.inc |
Returns HTML for the modules form. |
theme_system_modules_incompatible |
core/modules/system/system.theme.inc |
Returns HTML for a message about incompatible modules. |
theme_system_modules_uninstall |
core/modules/system/system.theme.inc |
Returns HTML for a table of currently disabled modules. |
theme_system_powered_by |
core/modules/system/system.theme.inc |
Returns HTML for the Powered by Backdrop text. |
theme_system_settings_form |
core/modules/system/system.theme.inc |
Returns HTML for a system settings form. |
theme_system_themes_page |
core/modules/system/system.theme.inc |
Returns HTML for the Appearance page. |
theme_table |
core/includes/theme.inc |
Returns HTML for a table. |
theme_tabledrag_example_parent_form |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Theme callback for the tabledrag_example_parent_form form. |
theme_tabledrag_example_simple_form |
modules/examples/tabledrag_example/tabledrag_example_simple_form.inc |
Theme callback for the tabledrag_example_simple_form form. |
theme_tableselect |
core/includes/form.inc |
Returns HTML for a table with radio buttons or checkboxes. |
theme_tablesort_indicator |
core/includes/theme.inc |
Returns HTML for a sort icon. |
theme_task_list |
core/includes/theme.maintenance.inc |
Returns HTML for a list of maintenance tasks to perform. |
theme_taxonomy_overview_terms |
core/modules/taxonomy/taxonomy.theme.inc |
Returns HTML for a terms overview form as a sortable list of terms. |
theme_taxonomy_vocabulary_description |
core/modules/taxonomy/taxonomy.theme.inc |
Returns HTML for the vocabulary description. |
theme_taxonomy_vocabulary_name |
core/modules/taxonomy/taxonomy.theme.inc |
Returns HTML for the vocabulary human readable name, and its machine name. |
theme_tel |
core/includes/form.inc |
Returns HTML for a tel form element. |
theme_test_exit |
core/modules/simpletest/tests/theme_test.module |
Implements hook_exit(). |