Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 8.9.x for alt
  4. Search 10.3.x for alt
  5. Search main for alt
  6. Other projects
Title Object type File name Summary
ThemeHooks::verticalTabs function core/themes/default_admin/src/Hook/ThemeHooks.php Prerender callback for Vertical Tabs element.
ThemeInstallerTest::testThemeInfoAlter function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests that theme info can be altered by a module.
ThemeLocalTask class core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php Provides dynamic tabs based on active themes.
ThemeLocalTask class core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php Provides dynamic tabs based on active themes.
ThemeLocalTask.php file core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php
ThemeLocalTask.php file core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php
ThemeLocalTask::$themeHandler property core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php The theme handler.
ThemeLocalTask::$themeHandler property core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php The theme handler.
ThemeLocalTask::create function core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php Creates a new class instance.
ThemeLocalTask::create function core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php Creates a new class instance.
ThemeLocalTask::getDerivativeDefinitions function core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php Gets the definition of all derivatives of a base plugin.
ThemeLocalTask::getDerivativeDefinitions function core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php Gets the definition of all derivatives of a base plugin.
ThemeLocalTask::__construct function core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php Constructs a new ThemeLocalTask instance.
ThemeLocalTask::__construct function core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php Constructs a new ThemeLocalTask.
ThemeManager::alter function core/lib/Drupal/Core/Theme/ThemeManager.php Passes alterable variables to specific $theme_TYPE_alter() implementations.
ThemeManager::alterForTheme function core/lib/Drupal/Core/Theme/ThemeManager.php @todo Should we cache some of these information?
ThemeManagerInterface::alter function core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Passes alterable variables to specific $theme_TYPE_alter() implementations.
ThemeManagerInterface::alterForTheme function core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Provides an alter hook for a specific theme.
ThemePageTestHooks::systemInfoAlter function core/modules/system/tests/modules/theme_page_test/src/Hook/ThemePageTestHooks.php Implements hook_system_info_alter().
ThemeProceduralTest class core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php Tests low-level theme functions.
ThemeProceduralTest.php file core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php
ThemeProceduralTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php The theme to install as the default for testing.
ThemeProceduralTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php Modules to install.
ThemeProceduralTest::testPreprocess function core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php Ensures preprocess functions run from procedural implementations.
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.
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::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().
ThemeTestController::generalSuggestionAlter function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Menu callback for testing hook_theme_suggestions_alter().
ThemeTestController::specificSuggestionAlter function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Menu callback for testing suggestion alter hooks with specific suggestions.
ThemeTestController::suggestionAlter function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Menu callback for testing suggestion alter hooks with template files.
ThemeTestHooks::libraryInfoAlter function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_library_info_alter().

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