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 11.x for theme_
  5. Search main for theme_
  6. Other projects
Title Object type File name Summary
breakpoint_themes_installed function core/modules/breakpoint/breakpoint.module Implements hook_themes_installed().
breakpoint_themes_uninstalled function core/modules/breakpoint/breakpoint.module Implements hook_themes_uninstalled().
breakpoint_theme_test.breakpoints.yml file core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.breakpoints.yml core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.breakpoints.yml
breakpoint_theme_test.info.yml file core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml
CKEditor5StylesheetsMessage::$themeHandler property core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php The theme handler.
CKEditorStylesheetsWarningTest::installThemeThatTriggersWarning function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditorStylesheetsWarningTest.php Installs and enables themes for testing.
claro_preprocess_system_themes_page function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for system_themes_page.
claro_system_module_invoked_theme_registry_alter function core/themes/claro/claro.theme Called by system.module via its hook_theme_registry_alter().
claro_theme_registry_alter function core/themes/claro/claro.theme Implements hook_theme_registry_alter().
claro_theme_suggestions_details_alter function core/themes/claro/claro.theme Implements hook_theme_suggestions_HOOK_alter() for details.
claro_theme_suggestions_form_element_alter function core/themes/claro/claro.theme Implements hook_theme_suggestions_HOOK_alter() for form_element.
claro_theme_suggestions_maintenance_page_alter function core/themes/claro/claro.theme Implements hook_theme_suggestions_maintenance_page_alter().
comment.icon.theme.css file core/modules/comment/css/comment.icon.theme.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.field-icon-comment {
color: red;
background-image: url("data:image/svg+xml,%3csvg…
comment.icon.theme.pcss.css file core/modules/comment/css/comment.icon.theme.pcss.css .field-icon-comment {
color: red;
background-image: url(../../../misc/icons/55565b/comment.svg);
}
ComponentInvalidReplacementTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentInvalidReplacementTest.php Themes to install.
ComponentKernelTestBase::$themes property core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php Themes to install.
ComponentNegotiatorTest::$themes property core/tests/Drupal/Tests/Core/Theme/Component/ComponentNegotiatorTest.php Themes to install.
ComponentNodeVisitorTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php Themes to install.
ComponentPluginManagerTest::$themes property core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php Themes to install.
ComponentRenderInvalidTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php Themes to install.
ComponentRenderTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Themes to install.
ConfigCacheTag::$themeHandler property core/modules/system/src/EventSubscriber/ConfigCacheTag.php The theme handler.
ConfigEntityBaseUnitTest::$themeHandler property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The theme handler.
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.
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.
ConfigMapperManager::$themeHandler property core/modules/config_translation/src/ConfigMapperManager.php The theme handler.
ConfigSingleImportForm::$themeExtensionList property core/modules/config/src/Form/ConfigSingleImportForm.php The theme extension list.
ConfigSingleImportForm::$themeHandler property core/modules/config/src/Form/ConfigSingleImportForm.php The theme handler.
ConfigSync::$themeExtensionList property core/modules/config/src/Form/ConfigSync.php The theme extension list.
ConfigSync::$themeHandler property core/modules/config/src/Form/ConfigSync.php The theme handler.
ConfigTranslationBlockListBuilder::$themes property core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php An array of theme info keyed by theme name.
ConfigTranslationUiThemeTest class core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php Verifies theme configuration translation settings.
ConfigTranslationUiThemeTest.php file core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php
ConfigTranslationUiThemeTest::$adminUser property core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php Administrator user for tests.
ConfigTranslationUiThemeTest::$defaultTheme property core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php The theme to install as the default for testing.
ConfigTranslationUiThemeTest::$langcodes property core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php Languages to enable.
ConfigTranslationUiThemeTest::$modules property core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php Modules to install.
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.

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