Search for themes

  1. Search 7.x for themes
  2. Search 9.5.x for themes
  3. Search 8.9.x for themes
  4. Search 10.3.x for themes
  5. Other projects
Title Object type File name Summary
ConfigTranslationHooks::themesUninstalled function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_themes_uninstalled().
CoreThemesAutoloadedForTestsTest class core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php Confirms that core/themes is autoloaded for tests.
CoreThemesAutoloadedForTestsTest.php file core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php
CoreThemesAutoloadedForTestsTest::testCoreThemesAutoloadedForTests function core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php Confirms that core/themes is autoloaded for tests.
EntityFilteringThemeTest::$themes property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A list of all available themes.
HelpHooks::themesInstalled function core/modules/help/src/Hook/HelpHooks.php Implements hook_themes_installed().
HelpHooks::themesUninstalled function core/modules/help/src/Hook/HelpHooks.php Implements hook_themes_uninstalled().
hook_system_themes_page_alter function core/modules/system/system.api.php Alters theme operation links.
hook_themes_installed function core/lib/Drupal/Core/Render/theme.api.php Respond to themes being installed.
hook_themes_uninstalled function core/lib/Drupal/Core/Render/theme.api.php Respond to themes being uninstalled.
InstallConfigurator::$themes property core/lib/Drupal/Core/Recipe/InstallConfigurator.php The list of themes to install.
InstallerThemesBlocksProfileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php Verifies that the installer does not generate theme blocks.
InstallerThemesBlocksProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php
InstallerThemesBlocksProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php The theme to install as the default for testing.
InstallerThemesBlocksProfileTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php The installation profile to install.
InstallerThemesBlocksProfileTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php Verify that there is no automatic block generation.
install_profile_themes function core/includes/install.core.inc Installs themes.
LayoutBuilderHooks::themeSuggestionsFieldAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_theme_suggestions_HOOK_alter().
LayoutBuilderThemeSuggestionsTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php Tests template suggestions.
LayoutBuilderThemeSuggestionsTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php
LayoutBuilderThemeSuggestionsTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php The theme to install as the default for testing.
LayoutBuilderThemeSuggestionsTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php Modules to install.
LayoutBuilderThemeSuggestionsTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php
LayoutBuilderThemeSuggestionsTest::testFieldBlockViewModeTemplates function core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php Tests that of view mode specific field templates are suggested.
LayoutBuilderThemeSuggestionsTest::testLayoutListSuggestion function core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php Tests alterations of the layout list via preprocess functions.
LayoutBuilderThemeSuggestionsTestThemeHooks class core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/src/Hook/LayoutBuilderThemeSuggestionsTestThemeHooks.php Theme hook implementations for layout_builder_theme_suggestions_test.
LayoutBuilderThemeSuggestionsTestThemeHooks.php file core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/src/Hook/LayoutBuilderThemeSuggestionsTestThemeHooks.php
LayoutBuilderThemeSuggestionsTestThemeHooks::itemListLayouts function core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/src/Hook/LayoutBuilderThemeSuggestionsTestThemeHooks.php Implements hook_preprocess_HOOK() for the list of layouts.
LayoutBuilderThemeSuggestionsTestThemeHooks::theme function core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/src/Hook/LayoutBuilderThemeSuggestionsTestThemeHooks.php Implements hook_theme().
LocaleHooks::themesInstalled function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_themes_installed().
LocaleHooks::themesUninstalled function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_themes_uninstalled().
MediaThemeSuggestionsHooks class core/modules/media/src/Hook/MediaThemeSuggestionsHooks.php Theme suggestions for media.
MediaThemeSuggestionsHooks.php file core/modules/media/src/Hook/MediaThemeSuggestionsHooks.php
MediaThemeSuggestionsHooks::themeSuggestionsMedia function core/modules/media/src/Hook/MediaThemeSuggestionsHooks.php Implements hook_theme_suggestions_HOOK().
MigrateGlobalThemeSettingsTest class core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php Tests migration of global theme settings variables to configuration.
MigrateGlobalThemeSettingsTest.php file core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php
MigrateGlobalThemeSettingsTest::$modules property core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php Modules to install.
MigrateGlobalThemeSettingsTest::setUp function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php
MigrateGlobalThemeSettingsTest::testMigrateThemeSettings function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php Tests migration of global theme settings to configuration.
MigrateThemeSettingsTest class core/modules/system/tests/src/Kernel/Migrate/d7/MigrateThemeSettingsTest.php Tests migration of Theme settings variables to configuration.
MigrateThemeSettingsTest.php file core/modules/system/tests/src/Kernel/Migrate/d7/MigrateThemeSettingsTest.php
MigrateThemeSettingsTest::setUp function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateThemeSettingsTest.php
MigrateThemeSettingsTest::testMigrateThemeSettings function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateThemeSettingsTest.php Tests migration of theme settings to variables to configuration.
ModuleRequiredByThemesUninstallValidator class core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php Ensures modules cannot be uninstalled if enabled themes depend on them.
ModuleRequiredByThemesUninstallValidator.php file core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php
ModuleRequiredByThemesUninstallValidator::$moduleExtensionList property core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php The module extension list.
ModuleRequiredByThemesUninstallValidator::$themeExtensionList property core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php The theme extension list.
ModuleRequiredByThemesUninstallValidator::getThemesDependingOnModule function core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php Returns themes that depend on a module.
ModuleRequiredByThemesUninstallValidator::validate function core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php Determines the reasons a module can not be uninstalled.
ModuleRequiredByThemesUninstallValidator::validateConfigImport function core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php Determines reasons a module can not be uninstalled prior to config import.

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