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 11.x for theme_
  6. Other projects
Title Object type File name Summary
ContentModerationThemeHooks class core/modules/content_moderation/src/Hook/ContentModerationThemeHooks.php Hook implementations for content_moderation.
ContentModerationThemeHooks.php file core/modules/content_moderation/src/Hook/ContentModerationThemeHooks.php
ContentModerationThemeHooks::preprocessNode function core/modules/content_moderation/src/Hook/ContentModerationThemeHooks.php Implements hook_preprocess_HOOK().
ContentTranslationThemeHooks class core/modules/content_translation/src/Hook/ContentTranslationThemeHooks.php Hook implementations for content_translation.
ContentTranslationThemeHooks.php file core/modules/content_translation/src/Hook/ContentTranslationThemeHooks.php
ContentTranslationThemeHooks::preprocessLanguageContentSettingsTable function core/modules/content_translation/src/Hook/ContentTranslationThemeHooks.php Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig.
ContentTranslationThemeHooks::__construct function core/modules/content_translation/src/Hook/ContentTranslationThemeHooks.php
content_moderation.theme.css file core/themes/stable9/css/content_moderation/content_moderation.theme.css Theme styles for the content_moderation module.
content_moderation.theme.css file core/modules/content_moderation/css/content_moderation.theme.css Theme styles for the content_moderation module.
contextual.icons.theme.css file core/themes/stable9/css/contextual/contextual.icons.theme.css Styling for contextual module icons.
contextual.icons.theme.css file core/modules/contextual/css/contextual.icons.theme.css Styling for contextual module icons.
contextual.icons.theme.pcss.css file core/modules/contextual/css/contextual.icons.theme.pcss.css Styling for contextual module icons.
contextual.theme.css file core/modules/contextual/css/contextual.theme.css Styling for contextual module.
contextual.theme.css file core/themes/stable9/css/contextual/contextual.theme.css Styling for contextual module.
ContextualThemeHooks class core/modules/contextual/src/Hook/ContextualThemeHooks.php Hook implementations for contextual.
ContextualThemeHooks.php file core/modules/contextual/src/Hook/ContextualThemeHooks.php
ContextualThemeHooks::preprocess function core/modules/contextual/src/Hook/ContextualThemeHooks.php Implements hook_preprocess().
ContextualThemeHooks::__construct function core/modules/contextual/src/Hook/ContextualThemeHooks.php
ContextualUnitTest::testThemePlaceholder function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Tests the placeholder of contextual links in a specific theme.
CoreThemesAutoloadedForTestsTest class core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php Confirms that core/themes is autoloaded for tests.
CoreThemesAutoloadedForTestsTest.php file core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php
CoreThemesAutoloadedForTestsTest::testCoreThemesAutoloadedForTests function core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php Confirms that core/themes is autoloaded for tests.
css_fix.theme.css file core/modules/settings_tray/tests/modules/settings_tray_test_css/css/css_fix.theme.css .dialog-off-canvas-main-canvas.js-settings-tray-edit-mode a,
.dialog-off-canvas-main-canvas.js-settings-tray-edit-mode input {
pointer-events: inherit !important;
}
CurrentThemeCondition class core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php Provides a 'Current Theme' condition.
CurrentThemeCondition.php file core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php
CurrentThemeCondition::$themeHandler property core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php The theme handler.
CurrentThemeCondition::$themeManager property core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php The theme manager.
CurrentThemeCondition::buildConfigurationForm function core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php Form constructor.
CurrentThemeCondition::defaultConfiguration function core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php Gets default configuration for this plugin.
CurrentThemeCondition::evaluate function core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php Evaluates the condition and returns TRUE or FALSE accordingly.
CurrentThemeCondition::getCacheContexts function core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php
CurrentThemeCondition::submitConfigurationForm function core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php Form submission handler.
CurrentThemeCondition::summary function core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php Provides a human readable summary of the condition's configuration.
CurrentThemeCondition::__construct function core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php Constructs a CurrentThemeCondition condition plugin.
CurrentThemeConditionTest class core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php Tests the CurrentThemeCondition plugin.
CurrentThemeConditionTest.php file core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php
CurrentThemeConditionTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php Modules to install.
CurrentThemeConditionTest::testCurrentTheme function core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php Tests the current theme condition.
CustomThemeNegotiator class core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php Just forces the 'test_theme' theme.
CustomThemeNegotiator.php file core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php
CustomThemeNegotiator::applies function core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php Whether this theme negotiator should be used to set the theme.
CustomThemeNegotiator::determineActiveTheme function core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php Determine the active theme for the request.
d7_global_theme_settings.yml file core/modules/system/migrations/d7_global_theme_settings.yml core/modules/system/migrations/d7_global_theme_settings.yml
d7_theme_settings.yml file core/modules/system/migrations/d7_theme_settings.yml core/modules/system/migrations/d7_theme_settings.yml
DbUpdateNegotiator::$themeHandler property core/modules/system/src/Theme/DbUpdateNegotiator.php The theme handler.
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.

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