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
DefaultConfigTest::testThemeConfig function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests if installed config is equal to the exported config.
DefaultConfigTest::themeListDataProvider function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php A data provider that lists every theme in core.
deprecated_theme_test.info.yml file core/modules/system/tests/themes/deprecated_theme_test/deprecated_theme_test.info.yml core/modules/system/tests/themes/deprecated_theme_test/deprecated_theme_test.info.yml
disable_transitions.theme.css file core/modules/system/tests/modules/css_disable_transitions_test/css/disable_transitions.theme.css /**
* Remove CSS animation effects that can cause random test failures.
*/
* {
/* CSS transitions. */
-o-transition: none !important;
-webkit-transition: none !important;
transition: none !important;
-o-transition-property: none…
DrupalKernel::$themeExtensions property core/lib/Drupal/Core/DrupalKernel.php List of available themes.
DrupalKernel::$themeList property core/lib/Drupal/Core/DrupalKernel.php Holds the list of enabled themes from core.extension config.
DrupalKernel::themeExtensions function core/lib/Drupal/Core/DrupalKernel.php Returns theme data on the filesystem.
DrupalKernel::updateThemes function core/lib/Drupal/Core/DrupalKernel.php Updates the kernel's list of themes to the new list.
DrupalKernelInterface::updateThemes function core/lib/Drupal/Core/DrupalKernelInterface.php Updates the kernel's list of themes to the new list.
Drupal\Core\Extension\ThemeSettingsProvider service core/core.services.yml
Drupal\Core\Template\TwigThemeEngine service core/core.services.yml
Drupal\Core\Theme\ComponentNegotiator service core/core.services.yml
Drupal\Core\Theme\Component\ComponentValidator service core/core.services.yml
Drupal\Core\Theme\Component\SchemaCompatibilityChecker service core/core.services.yml
Drupal\Core\Theme\Icon\IconCollector service core/core.services.yml
Drupal\Core\Theme\Icon\IconFinder service core/core.services.yml
Drupal\Core\Theme\ImagePreprocess service core/core.services.yml Drupal\Core\Theme\ImagePreprocess
Drupal\Core\Theme\ThemePreprocess service core/core.services.yml Drupal\Core\Theme\ThemePreprocess
Drupal\system\Theme\SystemAdminThemePreprocess service core/modules/system/system.services.yml Drupal\system\Theme\SystemAdminThemePreprocess
drupal_find_theme_templates function core/includes/theme.inc Allows themes and/or theme engines to easily discover overridden templates.
ElementInfoManagerTest::$themeHandler property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The mocked theme handler.
ElementInfoManagerTest::$themeManager property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The mocked theme manager.
ElementsLabelsTest::testFormsInThemeLessEnvironments function core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php Tests forms in theme-less environments.
EntityFilteringThemeTest class core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Tests XSS filtering for themed output for each entity type in all themes.
EntityFilteringThemeTest.php file core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
EntityFilteringThemeTest::$comment property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test comment.
EntityFilteringThemeTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php The theme to install as the default for testing.
EntityFilteringThemeTest::$modules property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Modules to install.
EntityFilteringThemeTest::$node property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test node.
EntityFilteringThemeTest::$term property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test taxonomy term.
EntityFilteringThemeTest::$themes property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A list of all available themes.
EntityFilteringThemeTest::$user property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test user.
EntityFilteringThemeTest::$xssLabel property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A string containing markup and JS.
EntityFilteringThemeTest::setUp function core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
EntityFilteringThemeTest::testThemedEntity function core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Checks each themed entity for XSS filtering in available themes.
EntityViewBuilder::$themeRegistry property core/lib/Drupal/Core/Entity/EntityViewBuilder.php The theme registry.
example_theme.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml
ExperimentalThemeTest class core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php Tests the installation of experimental themes.
ExperimentalThemeTest.php file core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php
ExperimentalThemeTest::$adminUser property core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php The admin user.
ExperimentalThemeTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php The theme to install as the default for testing.
ExperimentalThemeTest::setUp function core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php
ExperimentalThemeTest::testExperimentalConfirmForm function core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php Tests installing experimental themes and dependencies in the UI.
experimental_theme_dependency_test.info.yml file core/modules/system/tests/themes/experimental_theme_dependency_test/experimental_theme_dependency_test.info.yml core/modules/system/tests/themes/experimental_theme_dependency_test/experimental_theme_dependency_test.info.yml
experimental_theme_test.info.yml file core/modules/system/tests/themes/experimental_theme_test/experimental_theme_test.info.yml core/modules/system/tests/themes/experimental_theme_test/experimental_theme_test.info.yml
ExposedFilterAJAXTest::testExposedFilteringThemeNegotiation function core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php Tests if exposed filtering via AJAX theme negotiation works.
extension.list.theme_engine service core/core.services.yml Drupal\Core\Extension\ThemeEngineExtensionList
ExtensionExistsConstraintValidator::$themeHandler property core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php The theme handler service.
ExtensionListTestTrait::getThemePath function core/tests/Drupal/Tests/ExtensionListTestTrait.php Gets the path for the specified theme.
ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingThemeEngine function core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php Tests extension path resolving with non existing theme engine.

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