Search for theme

  1. Search 7.x for theme
  2. Search 9.5.x for theme
  3. Search 8.9.x for theme
  4. Search 10.3.x for theme
  5. Search main for theme
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Theme class core/lib/Drupal/Core/Updater/Theme.php Defines a class for updating themes.
Theme class core/lib/Drupal/Core/Extension/Theme.php The Theme extension object.

All search results

Title Object type File name Summary
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 The theme to install as the default for testing.
ThemeSuggestionsAlterTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Modules to install.
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/Kernel/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/Functional/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
ThemeTest.php file core/modules/system/tests/src/Kernel/Theme/ThemeTest.php
ThemeTest.php file core/modules/system/tests/src/Functional/System/ThemeTest.php
ThemeTest.php file core/modules/system/tests/src/Functional/Theme/ThemeTest.php
ThemeTest::$adminUser property core/modules/system/tests/src/Functional/System/ThemeTest.php A user with administrative permissions.
ThemeTest::$defaultTheme property core/modules/system/tests/src/Functional/System/ThemeTest.php The theme to install as the default for testing.
ThemeTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeTest.php The theme to install as the default for testing.
ThemeTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/ThemeTest.php The theme to install as the default for testing.
ThemeTest::$modules property core/modules/system/tests/src/Kernel/Theme/ThemeTest.php Modules to install.
ThemeTest::$modules property core/modules/system/tests/src/Functional/System/ThemeTest.php Modules to install.
ThemeTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeTest.php Modules to install.
ThemeTest::$node property core/modules/system/tests/src/Functional/System/ThemeTest.php A test node.
ThemeTest::assertThemeIncompatibleText function core/modules/system/tests/src/Functional/System/ThemeTest.php Asserts that expected incompatibility text is displayed for a theme.
ThemeTest::setUp function core/modules/system/tests/src/Kernel/Theme/ThemeTest.php
ThemeTest::setUp function core/modules/system/tests/src/Functional/System/ThemeTest.php
ThemeTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeTest.php
ThemeTest::setUp function core/modules/taxonomy/tests/src/Functional/ThemeTest.php
ThemeTest::testAdministrationTheme function core/modules/system/tests/src/Functional/System/ThemeTest.php Tests the administration theme functionality.
ThemeTest::testAttributeMerging function core/modules/system/tests/src/Kernel/Theme/ThemeTest.php Tests attribute merging.

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