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
CorsIntegrationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php The theme to install as the default for testing.
CronRunTest::$defaultTheme property core/modules/system/tests/src/Functional/System/CronRunTest.php The theme to install as the default for testing.
CsrfRequestHeaderTest::$defaultTheme property core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php The theme to install as the default for testing.
CsrfTokenRaceTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/CsrfTokenRaceTest.php The theme to install as the default for testing.
CSS_AGGREGATE_THEME constant core/includes/common.inc The default aggregation group for theme CSS files added to the page.
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;
}
CSS_THEME constant core/includes/common.inc The default weight for rules that style themes not included with components.
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.
CustomBooleanTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php The theme to install as the default for testing.
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
DatabaseDriverProvidedByModuleTest::$defaultTheme property core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php The theme to install as the default for testing.
DateArgumentDefaultTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php The theme to install as the default for testing.
DateFilterTest::$defaultTheme property core/modules/datetime/tests/src/Functional/DateFilterTest.php The theme to install as the default for testing.
DateFormatJsonAnonTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php The theme to install as the default for testing.
DateFormatJsonBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php The theme to install as the default for testing.
DateFormatJsonCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php The theme to install as the default for testing.
DateFormatsLockedTest::$defaultTheme property core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php The theme to install as the default for testing.
DateFormatsMachineNameTest::$defaultTheme property core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php The theme to install as the default for testing.
DateFormatTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/System/DateFormatTest.php The theme to install as the default for testing.
DateFormatTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/DateFormatTest.php The theme to install as the default for testing.
DateFormatXmlAnonTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlAnonTest.php The theme to install as the default for testing.
DateFormatXmlBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlBasicAuthTest.php The theme to install as the default for testing.
DateFormatXmlCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlCookieTest.php The theme to install as the default for testing.
DateRangeFieldTest::$defaultTheme property core/modules/datetime_range/tests/src/FunctionalJavascript/DateRangeFieldTest.php The theme to install as the default for testing.
DateRangeFieldTest::$defaultTheme property core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php The theme to install as the default for testing.
DateTimeFieldTest::$defaultTheme property core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php The theme to install as the default for testing.
DateTimeTest::$defaultTheme property core/modules/system/tests/src/Functional/System/DateTimeTest.php The theme to install as the default for testing.
DateTimeTimeAgoFormatterTest::$defaultTheme property core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php The theme to install as the default for testing.
DateTimeWidgetTest::$defaultTheme property core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php The theme to install as the default for testing.
DbLogResourceTest::$defaultTheme property core/modules/dblog/tests/src/Functional/DbLogResourceTest.php The theme to install as the default for testing.
DbLogTest::$defaultTheme property core/modules/dblog/tests/src/Functional/DbLogTest.php The theme to install as the default for testing.

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