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
ComponentKernelTestBase::$themes property core/tests/Drupal/KernelTests/Components/ComponentKernelTestBase.php Themes to install.
ComponentNegotiator::maybeNegotiateByTheme function core/lib/Drupal/Core/Theme/ComponentNegotiator.php See if there is a candidate in the theme hierarchy.
ComponentNegotiatorTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentNegotiatorTest.php Themes to install.
ComponentNodeVisitorTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php
ComponentPluginManagerCachedDiscoveryTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentPluginManagerCachedDiscoveryTest.php
ComponentPluginManagerCachedDiscoveryTest::testComponentDiscoveryOnThemeInstall function core/tests/Drupal/KernelTests/Components/ComponentPluginManagerCachedDiscoveryTest.php Tests cached component plugin discovery on theme install and uninstall.
ComponentPluginManagerTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentPluginManagerTest.php
ComponentRenderInvalidTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php
ComponentRenderInvalidTest::testInvalidDefinitionTheme function core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php Ensure that components in modules without schema fail validation.
ComponentRenderTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Components/ComponentRenderTest.php
ComponentRenderTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php
ComponentRenderTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php
ConditionFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php
ConfigAccessTest::$defaultTheme property core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php The theme to install as the default for testing.
ConfigDependencyWebTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php
ConfigDraggableListBuilderTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php
ConfigEntityBaseUnitTest::$themeHandler property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The theme handler.
ConfigEntityFormOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php
ConfigEntityListMultilingualTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php
ConfigEntityListTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityListTest.php
ConfigEntityStatusUITest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php
ConfigEntityTest::$defaultTheme property core/modules/config/tests/src/FunctionalJavascript/ConfigEntityTest.php
ConfigEntityTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityTest.php
ConfigExportImportUITest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php
ConfigExportTest::$defaultTheme property core/modules/config/tests/src/FunctionalJavascript/ConfigExportTest.php
ConfigExportUITest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigExportUITest.php
ConfigFormOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php
ConfigHandlerExtraFormTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/ConfigHandlerExtraFormTest.php
ConfigImportAllTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportAllTest.php
ConfigImporter::$processedSystemTheme property core/lib/Drupal/Core/Config/ConfigImporter.php Indicates if a system theme is in processing theme install and uninstalls.
ConfigImporter::$themeExtensionList property core/lib/Drupal/Core/Config/ConfigImporter.php The theme extension list.
ConfigImporter::$themeHandler property core/lib/Drupal/Core/Config/ConfigImporter.php The theme handler.
ConfigImporterTest::testInstallBaseAndSubThemes function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests installing a base themes and sub themes during configuration import.
ConfigImporterTest::testThemeInstallReloadsServices function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that installing a theme will reload all service dependencies.
ConfigImporterTest::testUninstallThemeIncrementsCount function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that uninstall a theme in config import correctly imports all config.
ConfigImportInstallProfileTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportSubscriber::$themeData property core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Theme data.
ConfigImportSubscriber::$themeList property core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php The theme extension list.
ConfigImportSubscriber::getThemeData function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Gets theme data.
ConfigImportSubscriber::validateThemes function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Validates theme installations and uninstallations.
ConfigImportThemeInstallTest class core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php Tests installing and uninstalling of themes via configuration import.
ConfigImportThemeInstallTest.php file core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php
ConfigImportThemeInstallTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php
ConfigImportThemeInstallTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php
ConfigImportThemeInstallTest::testConfigImportWithThemeWithModuleDependencies function core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php Tests config imports that install and uninstall a theme with dependencies.
ConfigImportUIAjaxTest::$defaultTheme property core/modules/config/tests/src/FunctionalJavascript/ConfigImportUIAjaxTest.php
ConfigImportUITest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigImportUploadTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportUploadTest.php
ConfigInstallProfileOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php
ConfigInstallProfileUnmetDependenciesTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php

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