- backdrop_render_page in core/
includes/ common.inc - Renders the page, including the HTML, HEAD, and BODY tags.
- block--layout--hero.tpl.php in core/
themes/ basis/ templates/ block--layout--hero.tpl.php - Template for outputting the default block styling within a Layout.
- block--system--main.tpl.php in core/
modules/ system/ templates/ block--system--main.tpl.php - Template for outputting the main content block.
- block--system--powered-by.tpl.php in core/
themes/ basis/ templates/ block--system--powered-by.tpl.php - Template for outputting the default block styling within a Layout.
- block-dynamic.tpl.php in core/
modules/ layout/ templates/ block-dynamic.tpl.php - Template for outputting the dynamic block styling within a Layout.
- block.tpl.php in core/
modules/ layout/ templates/ block.tpl.php - Template for outputting the default block styling within a Layout.
- book-all-books-block.tpl.php in core/
modules/ book/ templates/ book-all-books-block.tpl.php - Default theme implementation for rendering book outlines within a block.
- comment.tpl.php in core/
themes/ bartik/ templates/ comment.tpl.php - Bartik's theme implementation for comments.
- comment.tpl.php in core/
themes/ basis/ templates/ comment.tpl.php - Basis' theme implementation for comments.
- comment.tpl.php in core/
modules/ comment/ templates/ comment.tpl.php - Default theme implementation for comments.
- contextual-links-example-object.tpl.php in modules/
examples/ contextual_links_example/ contextual-links-example-object.tpl.php - Default theme implementation: Display a sample object with contextual links.
- entity.tpl.php in core/
modules/ entity/ templates/ entity.tpl.php - Default theme implementation for entities.
- field.tpl.php in core/
modules/ field/ templates/ field.tpl.php - field.tpl.php Default template implementation to display the value of a field.
- file.tpl.php in core/
modules/ file/ templates/ file.tpl.php - Default theme implementation to display a file.
- ImageThemeFunctionWebTestCase::testImageFormatterTheme in core/
modules/ image/ tests/ image.test - Tests usage of the image field formatters.
- installer-block.tpl.php in core/
modules/ installer/ templates/ installer-block.tpl.php - Default theme implementation to display a block on the projects browse page.
- layout--boxton--front.tpl.php in core/
themes/ basis/ templates/ layout--boxton--front.tpl.php - Template for the Boxton layout.
- layout--boxton.tpl.php in core/
layouts/ boxton/ layout--boxton.tpl.php - Template for the Boxton layout.
- layout--geary.tpl.php in core/
layouts/ geary/ layout--geary.tpl.php - Template for the Geary layout.
- layout--harris.tpl.php in core/
layouts/ harris/ layout--harris.tpl.php - Template for the Harris layout.
- layout--layout-test-layout.tpl.php in core/
modules/ layout/ tests/ layout_test/ layout_test_layout/ layout--layout-test-layout.tpl.php - Template for a test layout, very similar to the normal 2 column layout.
- layout--moscone-flipped.tpl.php in core/
layouts/ moscone_flipped/ layout--moscone-flipped.tpl.php - Template for the Moscone Flipped layout.
- layout--moscone.tpl.php in core/
layouts/ moscone/ layout--moscone.tpl.php - Template for the Moscone layout.
- layout--rolph.tpl.php in core/
layouts/ rolph/ layout--rolph.tpl.php - Template for the Rolph layout.
- layout--simmons.tpl.php in core/
layouts/ simmons/ layout--simmons.tpl.php - Template for the Simmons layout.
- layout--simmons.tpl.php in core/
themes/ bartik/ templates/ layout--simmons.tpl.php - Template for the Simmons layout.
- layout--sutro.tpl.php in core/
layouts/ sutro/ layout--sutro.tpl.php - Template for the Sutro layout.
- layout--taylor-flipped.tpl.php in core/
layouts/ taylor_flipped/ layout--taylor-flipped.tpl.php - Template for the Taylor Flipped layout.
- layout--taylor.tpl.php in core/
layouts/ taylor/ layout--taylor.tpl.php - Template for the Taylor layout.
- layout--three-three-four-column.tpl.php in core/
layouts/ legacy/ three_three_four_column/ layout--three-three-four-column.tpl.php - Template for a complex 3-3-4 column layout.
- layout--two-column-flipped.tpl.php in core/
layouts/ legacy/ two_column_flipped/ layout--two-column-flipped.tpl.php - Template for a 2 column flipped layout.
- layout--two-column.tpl.php in core/
layouts/ legacy/ two_column/ layout--two-column.tpl.php - Template for a 2 column layout.
- layout.tpl.php in core/
modules/ layout/ templates/ layout.tpl.php - Template for a single column layout.
- LayoutRendererEditor::renderBlock in core/
modules/ layout/ plugins/ renderers/ layout_renderer_editor.inc - Render a block using its designated style.
- node.tpl.php in core/
themes/ bartik/ templates/ node.tpl.php - Bartik's theme implementation to display a node.
- node.tpl.php in core/
modules/ node/ templates/ node.tpl.php - Default theme implementation to display a node.
- search-results.tpl.php in core/
modules/ search/ templates/ search-results.tpl.php - Default theme implementation for displaying search results.
- system_tokens in core/
modules/ system/ system.tokens.inc - Implements hook_tokens().
- taxonomy-term.tpl.php in core/
modules/ taxonomy/ templates/ taxonomy-term.tpl.php - Default theme implementation to display a term.
- template_preprocess_installer_browser_list in core/
modules/ installer/ installer.theme.inc - Add some variables for the projects list theme.
- template_preprocess_views_ui_display_tab_bucket in core/
modules/ views_ui/ views_ui.theme.inc - theme_file_widget_multiple in core/
modules/ file/ file.theme.inc - Returns HTML for a group of file upload widgets.
- theme_item_list in core/
includes/ theme.inc - Returns HTML for a list or nested list of items.
- theme_layout_reorder_layouts in core/
modules/ layout/ layout.theme.inc - Turn the rearrange form into a table with table sorting displayed.
- theme_theming_example_content_array in modules/
examples/ theming_example/ theming_example.module - Theme a simple content array.
- token_render_array in core/
includes/ token.inc - Renders a render array for display as a token.
- token_render_array_value in core/
includes/ token.inc - Renders a render array for display as a token.
- user-profile.tpl.php in core/
modules/ user/ templates/ user-profile.tpl.php - Default theme implementation to present all user profile data.
- views-view.tpl.php in core/
modules/ views/ templates/ views-view.tpl.php - Main view template.
- views_handler_field_field::render_item in core/
modules/ field/ views/ views_handler_field_field.inc