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
Title Object type File name Summary
toolbar.icons.theme.css file core/themes/default_admin/css/theme/toolbar.icons.theme.css Styling for toolbar module icons.
toolbar.icons.theme.pcss.css file core/themes/admin/css/theme/toolbar.icons.theme.pcss.css Styling for toolbar module icons.
toolbar.icons.theme.pcss.css file core/themes/default_admin/css/theme/toolbar.icons.theme.pcss.css Styling for toolbar module icons.
toolbar.icons.theme.pcss.css file core/modules/toolbar/css/toolbar.icons.theme.pcss.css Styling for toolbar module icons.
toolbar.icons.theme.pcss.css file core/themes/claro/css/theme/toolbar.icons.theme.pcss.css Styling for toolbar module icons.
toolbar.theme.css file core/themes/stable9/css/toolbar/toolbar.theme.css toolbar.theme.css
toolbar.theme.css file core/themes/claro/css/theme/toolbar.theme.css toolbar.theme.css
toolbar.theme.css file core/themes/admin/css/theme/toolbar.theme.css toolbar.theme.css
toolbar.theme.css file core/themes/default_admin/css/theme/toolbar.theme.css toolbar.theme.css
toolbar.theme.css file core/modules/toolbar/css/toolbar.theme.css toolbar.theme.css
toolbar.theme.pcss.css file core/themes/claro/css/theme/toolbar.theme.pcss.css toolbar.theme.css
toolbar.theme.pcss.css file core/themes/admin/css/theme/toolbar.theme.pcss.css toolbar.theme.css
toolbar.theme.pcss.css file core/themes/default_admin/css/theme/toolbar.theme.pcss.css toolbar.theme.css
ToolbarClaroOverridesTest::$themeInstaller property core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php The theme installer used in this test for enabling themes.
ToolbarClaroOverridesTest::$themeManager property core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php The theme manager.
ToolbarTestThemeHooks class core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestThemeHooks.php Hook implementations for toolbar_test.
ToolbarTestThemeHooks.php file core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestThemeHooks.php
ToolbarTestThemeHooks::preprocessMenu function core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestThemeHooks.php Implements hook_preprocess_HOOK().
ToolbarThemeHooks class core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Hook implementations for toolbar.
ToolbarThemeHooks.php file core/modules/toolbar/src/Hook/ToolbarThemeHooks.php
ToolbarThemeHooks::isClaroAdminAndNotActive function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Determines if Claro is the admin theme but not the active theme.
ToolbarThemeHooks::libraryInfoAlter function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Implements hook_library_info_alter().
ToolbarThemeHooks::preprocessHtml function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Implements hook_preprocess_HOOK() for HTML document templates.
ToolbarThemeHooks::preprocessToolbar function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Prepares variables for administration toolbar templates.
ToolbarThemeHooks::preprocessToolbarForClaro function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Implements hook_preprocess_toolbar().
ToolbarThemeHooks::theme function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Implements hook_theme().
ToolbarThemeHooks::themeRegistryAlter function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Implements hook_theme_registry_alter().
ToolbarThemeHooks::__construct function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php
twig-theme-test-embed-tag-embedded.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig-theme-test-embed-tag-embedded.html.twig This line is from twig_theme_test/templates/twig-theme-test-embed-tag-embedded.html.twig
twig.loader.theme_registry service core/core.services.yml Drupal\Core\Template\Loader\ThemeRegistryLoader
TwigDeprecationsTest::testHookThemeDeprecations function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Test deprecating variables at definition in hook_theme().
TwigDeprecationsTest::testThemeTestDeprecations function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Test theme_test_deprecations_preprocess renders without deprecations.
TwigExtension::$themeManager property core/lib/Drupal/Core/Template/TwigExtension.php The theme manager.
TwigExtension::getActiveThemePath function core/lib/Drupal/Core/Template/TwigExtension.php Gets the path of the active theme.
TwigExtension::suggestThemeHook function core/lib/Drupal/Core/Template/TwigExtension.php Adds a theme suggestion to the element.
TwigExtensionTest::$themeManager property core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php The theme manager.
TwigExtensionTest::testActiveThemePath function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests the active_theme_path function.
TwigThemeEngine class core/lib/Drupal/Core/Template/TwigThemeEngine.php Twig theme engine.
TwigThemeEngine.php file core/lib/Drupal/Core/Template/TwigThemeEngine.php
TwigThemeEngine::EXTENSION constant core/lib/Drupal/Core/Template/TwigThemeEngine.php
TwigThemeEngine::renderTemplate function core/lib/Drupal/Core/Template/TwigThemeEngine.php Renders a template.
TwigThemeEngine::theme function core/lib/Drupal/Core/Template/TwigThemeEngine.php Registers templates that belong to the theme engine.
TwigThemeEngine::__construct function core/lib/Drupal/Core/Template/TwigThemeEngine.php
TwigThemeTestController class core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Controller routines for Twig theme test routes.
TwigThemeTestController.php file core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php
TwigThemeTestController::attachLibraryRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing attach_library functions in a Twig template.
TwigThemeTestController::dump function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing drupal_dump function.
TwigThemeTestController::embedTagRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing the embed tag in a Twig template.
TwigThemeTestController::fileUrlRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing file_url functions in a Twig template.
TwigThemeTestController::linkGeneratorRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing link_generator functions in a Twig template.

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