Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
ThemeSettingsTest::testLogoConfig function core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php Tests that the default logo config can be overridden.
ThemeSettingsTest::testNoDefaultConfig function core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php Tests that the $theme.settings default config file is optional.
ThemeStream class core/lib/Drupal/Core/StreamWrapper/ThemeStream.php Defines the read-only theme:// stream wrapper for theme files.
ThemeStream.php file core/lib/Drupal/Core/StreamWrapper/ThemeStream.php
ThemeStream::getDescription function core/lib/Drupal/Core/StreamWrapper/ThemeStream.php
ThemeStream::getExtension function core/lib/Drupal/Core/StreamWrapper/ThemeStream.php
ThemeStream::getName function core/lib/Drupal/Core/StreamWrapper/ThemeStream.php
ThemeSuggestionHooks class core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php Provides theme suggestion hook implementations.
ThemeSuggestionHooks class core/themes/admin/src/Hook/ThemeSuggestionHooks.php Provides theme suggestion hook implementations.
ThemeSuggestionHooks.php file core/themes/admin/src/Hook/ThemeSuggestionHooks.php
ThemeSuggestionHooks.php file core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php
ThemeSuggestionHooks::details function core/themes/admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for details.
ThemeSuggestionHooks::form function core/themes/admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for form.
ThemeSuggestionHooks::formElement function core/themes/admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for form_element.
ThemeSuggestionHooks::maintenancePage function core/themes/admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for maintenance_page.
ThemeSuggestionHooks::page function core/themes/admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for page.
ThemeSuggestionHooks::table function core/themes/admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for table.
ThemeSuggestionHooks::themeSuggestionsDetailsAlter function core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for details.
ThemeSuggestionHooks::themeSuggestionsFormAlter function core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for form.
ThemeSuggestionHooks::themeSuggestionsFormElementAlter function core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for form_element.
ThemeSuggestionHooks::themeSuggestionsMaintenancePageAlter function core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for maintenance_page.
ThemeSuggestionHooks::themeSuggestionsPageAlter function core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for page.
ThemeSuggestionHooks::themeSuggestionsTableAlter function core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for table.
ThemeSuggestionHooks::themeSuggestionsTopBarAlter function core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for top_bar.
ThemeSuggestionHooks::themeSuggestionsViewsViewFieldAlter function core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for views_view_field.
ThemeSuggestionHooks::topBar function core/themes/admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for top_bar.
ThemeSuggestionHooks::viewsViewField function core/themes/admin/src/Hook/ThemeSuggestionHooks.php Implements hook_theme_suggestions_HOOK_alter() for views_view_field.
ThemeSuggestionHooks::__construct function core/themes/admin/src/Hook/ThemeSuggestionHooks.php Constructs the theme related hooks.
ThemeSuggestionHooks::__construct function core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php Constructs the theme related hooks.
ThemeSuggestionsAlterTest class core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Tests theme suggestion alter hooks.
ThemeSuggestionsAlterTest.php file core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
ThemeSuggestionsAlterTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
ThemeSuggestionsAlterTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
ThemeSuggestionsAlterTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
ThemeSuggestionsAlterTest::testDeprecatedTemplateSuggestions function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Testing deprecated suggestions.
ThemeSuggestionsAlterTest::testExecutionOrder function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Tests execution order of theme suggestion alter hooks.
ThemeSuggestionsAlterTest::testGeneralSuggestionsAlter function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Tests hook_theme_suggestions_alter().
ThemeSuggestionsAlterTest::testSpecificSuggestionsAlter function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Tests that theme suggestion alter hooks work for specific theme calls.
ThemeSuggestionsAlterTest::testTemplateSuggestions function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Tests that hooks to provide theme suggestions work.
ThemeSuggestionsAlterTest::testTemplateSuggestionsAlter function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Tests that theme suggestion alter hooks work for templates.
ThemeSuggestionsTestHooks class core/modules/system/tests/modules/theme_suggestions_test/src/Hook/ThemeSuggestionsTestHooks.php Hook implementations for theme_suggestions_test.
ThemeSuggestionsTestHooks.php file core/modules/system/tests/modules/theme_suggestions_test/src/Hook/ThemeSuggestionsTestHooks.php
ThemeSuggestionsTestHooks::themeSuggestionsAlter function core/modules/system/tests/modules/theme_suggestions_test/src/Hook/ThemeSuggestionsTestHooks.php Implements hook_theme_suggestions_alter().
ThemeSuggestionsTestHooks::themeSuggestionsThemeTestSpecificSuggestionsAlter function core/modules/system/tests/modules/theme_suggestions_test/src/Hook/ThemeSuggestionsTestHooks.php Implements hook_theme_suggestions_HOOK_alter().
ThemeSuggestionsTestHooks::themeSuggestionsThemeTestSuggestionsAlter function core/modules/system/tests/modules/theme_suggestions_test/src/Hook/ThemeSuggestionsTestHooks.php Implements hook_theme_suggestions_HOOK_alter().
ThemeTest class core/modules/system/tests/src/Functional/Theme/ThemeTest.php Tests low-level theme functions.
ThemeTest class core/modules/system/tests/src/Functional/System/ThemeTest.php Tests the theme administration user interface.
ThemeTest class core/modules/system/tests/src/Kernel/Theme/ThemeTest.php Tests low-level theme functions.
ThemeTest class core/modules/taxonomy/tests/src/Functional/ThemeTest.php Verifies that various taxonomy pages use the expected theme.
ThemeTest.php file core/modules/taxonomy/tests/src/Functional/ThemeTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.