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
ComponentInvalidReplacementTest::testInvalidDefinitionTheme function core/tests/Drupal/KernelTests/Components/ComponentInvalidReplacementTest.php Ensure that component replacement validates the schema compatibility.
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 Themes to install.
ComponentPluginManagerCachedDiscoveryTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentPluginManagerCachedDiscoveryTest.php Themes to install.
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 Themes to install.
ComponentRenderInvalidTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php Themes to install.
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 The theme to install as the default for testing.
ComponentRenderTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php The theme to install as the default for testing.
ComponentRenderTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Themes to install.
ConditionFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php The theme to install as the default for testing.
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 The theme to install as the default for testing.
ConfigDraggableListBuilderTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php The theme to install as the default for testing.
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 The theme to install as the default for testing.
ConfigEntityListMultilingualTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php The theme to install as the default for testing.
ConfigEntityListTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityListTest.php The theme to install as the default for testing.
ConfigEntityStatusUITest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php The theme to install as the default for testing.
ConfigEntityTest::$defaultTheme property core/modules/config/tests/src/FunctionalJavascript/ConfigEntityTest.php The theme to install as the default for testing.
ConfigEntityTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityTest.php The theme to install as the default for testing.
ConfigExportImportUITest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php The theme to install as the default for testing.
ConfigExportTest::$defaultTheme property core/modules/config/tests/src/FunctionalJavascript/ConfigExportTest.php The theme to install as the default for testing.
ConfigExportUITest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigExportUITest.php The theme to install as the default for testing.
ConfigFormOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php The theme to install as the default for testing.
ConfigHandlerExtraFormTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/ConfigHandlerExtraFormTest.php The theme to install as the default for testing.
ConfigImportAllTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportAllTest.php The theme to install as the default for testing.
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::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 The theme to install as the default for testing.
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 Modules to install.
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 The theme to install as the default for testing.
ConfigImportUITest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportUITest.php The theme to install as the default for testing.
ConfigImportUploadTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportUploadTest.php The theme to install as the default for testing.
ConfigInstallProfileOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php The theme to install as the default for testing.
ConfigInstallProfileUnmetDependenciesTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.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.