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
DependencyMissingTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php The theme to install as the default for testing.
DependencyOrderingTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php The theme to install as the default for testing.
DependencyTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/DependencyTest.php The theme to install as the default for testing.
DeprecatedTemplateTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php The theme to install as the default for testing.
DeprecatedTwigTemplateHooks::theme function core/modules/system/tests/modules/deprecated_twig_template/src/Hook/DeprecatedTwigTemplateHooks.php Implements hook_theme().
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
DestinationTest::$defaultTheme property core/modules/system/tests/src/Functional/Routing/DestinationTest.php The theme to install as the default for testing.
DestructableServiceTest::$defaultTheme property core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php The theme to install as the default for testing.
DevelopmentSettingsFormTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php The theme to install as the default for testing.
DialogDeprecationsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogDeprecationsTest.php The theme to install as the default for testing.
DialogPositionTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php The theme to install as the default for testing.
DialogTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php The theme to install as the default for testing.
DisabledDisplayTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php The theme to install as the default for testing.
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…
DisplayAttachmentTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php The theme to install as the default for testing.
DisplayAttachmentTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DisplayAttachmentTest.php The theme to install as the default for testing.
DisplayBlockTest::$defaultTheme property core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php The theme to install as the default for testing.
DisplayCRUDTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DisplayCRUDTest.php The theme to install as the default for testing.
DisplayEntityReferenceTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php The theme to install as the default for testing.
DisplayExtenderUITest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DisplayExtenderUITest.php The theme to install as the default for testing.
DisplayFeedTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DisplayFeedTest.php The theme to install as the default for testing.
DisplayFeedTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php The theme to install as the default for testing.
DisplayFeedTranslationTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php The theme to install as the default for testing.
DisplayModeBundleSelectionTest::$defaultTheme property core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php The theme to install as the default for testing.
DisplayPageWebTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php The theme to install as the default for testing.
DisplayPageWebTest::testAdminTheme function core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php Tests the 'use_admin_theme' page display option.
DisplayPathTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DisplayPathTest.php The theme to install as the default for testing.
DisplayPathTest::testUseAdminTheme function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests the "Use the administration theme" configuration.
DisplayTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php The theme to install as the default for testing.
DisplayTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DisplayTest.php The theme to install as the default for testing.
DisplayTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisplayTest.php The theme to install as the default for testing.
DisplayVariantTest::$defaultTheme property core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php The theme to install as the default for testing.
DistributionProfileExistingSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php The theme to install as the default for testing.
DistributionProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php The theme to install as the default for testing.
DistributionProfileTranslationQueryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php The theme to install as the default for testing.
DistributionProfileTranslationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php The theme to install as the default for testing.
DoubleSlashTest::$defaultTheme property core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php The theme to install as the default for testing.
DownloadFunctionalTest::$defaultTheme property core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php The theme to install as the default for testing.
DownloadTest::$defaultTheme property core/modules/file/tests/src/Functional/DownloadTest.php The theme to install as the default for testing.
Drupal::theme function core/lib/Drupal.php Gets the theme service.
DrupalFlushAllCachesInInstallerTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php The theme to install as the default for testing.
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.
DrupalMessengerServiceTest::$defaultTheme property core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php The theme to install as the default for testing.
DrupalSelenium2DriverTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php The theme to install as the default for testing.
Drupal\Core\Extension\ThemeSettingsProvider service core/core.services.yml
Drupal\Core\Template\TwigThemeEngine service core/core.services.yml

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