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
ConfigTranslationUiThemeTest::setUp function core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php
ConfigTranslationUiThemeTest::testThemeDiscovery function core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php Tests that theme provided *.config_translation.yml files are found.
config_clash_test_theme.info.yml file core/modules/config/tests/config_clash_test_theme/config_clash_test_theme.info.yml core/modules/config/tests/config_clash_test_theme/config_clash_test_theme.info.yml
config_translation_test_theme.config_translation.yml file core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.config_translation.yml core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.config_translation.yml
config_translation_test_theme.info.yml file core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml
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.

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