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
TranslationLinkTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php The theme to install as the default for testing.
TranslationsTest::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/TranslationsTest.php The theme to install as the default for testing.
TranslationWebTest::$defaultTheme property core/modules/field/tests/src/Functional/TranslationWebTest.php The theme to install as the default for testing.
TransportServiceFactoryTest::$defaultTheme property core/modules/mailer/tests/src/Functional/TransportServiceFactoryTest.php The theme to install as the default for testing.
TriggeringElementTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php The theme to install as the default for testing.
TrustedHostsTest::$defaultTheme property core/modules/system/tests/src/Functional/System/TrustedHostsTest.php The theme to install as the default for testing.
TrustedHostsTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/TrustedHostsTest.php The theme to install as the default for testing.
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
TwigDebugMarkupTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php The theme to install as the default for testing.
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.
TwigEnvironmentTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/TwigEnvironmentTest.php The theme to install as the default for testing.
TwigExtension::$themeManager property core/lib/Drupal/Core/Template/TwigExtension.php The theme manager.
TwigExtension::getActiveTheme function core/lib/Drupal/Core/Template/TwigExtension.php Gets the name of the active theme.
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::$defaultTheme property core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php The theme to install as the default for testing.
TwigExtensionTest::$themeManager property core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php The theme manager.
TwigExtensionTest::testActiveTheme function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests the active_theme function.
TwigExtensionTest::testActiveThemePath function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests the active_theme_path function.
TwigExtensionTestHooks::theme function core/modules/system/tests/modules/twig_extension_test/src/Hook/TwigExtensionTestHooks.php Implements hook_theme().
TwigRegistryLoaderTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php The theme to install as the default for testing.
TwigSettingsTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php The theme to install as the default for testing.
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.
TwigThemeTestController::phpVariablesRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Menu callback for testing PHP variables in a Twig template.
TwigThemeTestController::placeholderOutsideTransRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Controller for testing the twig placeholder filter outside of {% trans %}.
TwigThemeTestController::registryLoaderRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Menu callback for testing the Twig registry loader.
TwigThemeTestController::renderable function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Controller for testing a renderable inside a template.
TwigThemeTestController::transBlockRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Menu callback for testing translation blocks in a Twig template.
TwigThemeTestController::urlGeneratorRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing url_generator functions in a Twig template.
TwigThemeTestController::urlToStringRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders a URL to a string.
TwigThemeTestHooks class core/modules/system/tests/modules/twig_theme_test/src/Hook/TwigThemeTestHooks.php Hook implementations for twig_theme_test.
TwigThemeTestHooks.php file core/modules/system/tests/modules/twig_theme_test/src/Hook/TwigThemeTestHooks.php
TwigThemeTestHooks::preprocessStatusMessages function core/modules/system/tests/modules/twig_theme_test/src/Hook/TwigThemeTestHooks.php Implements hook_preprocess_HOOK().
TwigThemeTestHooks::theme function core/modules/system/tests/modules/twig_theme_test/src/Hook/TwigThemeTestHooks.php Implements hook_theme().
TwigThemeTestUtils class core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestUtils.php Helper functions used by both test modules and test classes.
TwigThemeTestUtils.php file core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestUtils.php

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