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 main for theme_
  6. Other projects
Title Object type File name Summary
InstallerKernel::getBaseThemes function core/lib/Drupal/Core/Installer/InstallerKernel.php Gets the base themes for a given theme.
InstallerThemeEngineExtensionList class core/lib/Drupal/Core/Installer/InstallerThemeEngineExtensionList.php Overrides the theme engine extension list to have a static cache.
InstallerThemeEngineExtensionList.php file core/lib/Drupal/Core/Installer/InstallerThemeEngineExtensionList.php
InstallerThemeExtensionList class core/lib/Drupal/Core/Installer/InstallerThemeExtensionList.php Overrides the theme extension list to have a static cache.
InstallerThemeExtensionList.php file core/lib/Drupal/Core/Installer/InstallerThemeExtensionList.php
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.
JsDisplaceThemeHooks class core/modules/system/tests/modules/js_displace/src/Hook/JsDisplaceThemeHooks.php Theme hook implementations for js_displace module.
JsDisplaceThemeHooks.php file core/modules/system/tests/modules/js_displace/src/Hook/JsDisplaceThemeHooks.php
JsDisplaceThemeHooks::preprocessHtml function core/modules/system/tests/modules/js_displace/src/Hook/JsDisplaceThemeHooks.php Implements hook_preprocess_HOOK().
LanguageThemeHooks class core/modules/language/src/Hook/LanguageThemeHooks.php Hook implementations for language.
LanguageThemeHooks.php file core/modules/language/src/Hook/LanguageThemeHooks.php
LanguageThemeHooks::preprocessBlock function core/modules/language/src/Hook/LanguageThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
LanguageThemeHooks::preprocessLanguageContentSettingsTable function core/modules/language/src/Hook/LanguageThemeHooks.php Prepares variables for language content settings table templates.
LanguageThemeHooks::preprocessLanguageNegotiationConfigureForm function core/modules/language/src/Hook/LanguageThemeHooks.php Prepares variables for language negotiation configuration form.
LanguageThemeHooks::theme function core/modules/language/src/Hook/LanguageThemeHooks.php Implements hook_theme().
Layout::$theme_hook property core/lib/Drupal/Core/Layout/Annotation/Layout.php The theme hook used to render this layout.
LayoutBuilderBlockContentDependencyTestThemeHooks class core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/src/Hook/LayoutBuilderBlockContentDependencyTestThemeHooks.php Hook implementations for layout_builder_block_content_dependency_test.
LayoutBuilderBlockContentDependencyTestThemeHooks.php file core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/src/Hook/LayoutBuilderBlockContentDependencyTestThemeHooks.php
LayoutBuilderBlockContentDependencyTestThemeHooks::modulesInstalled function core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/src/Hook/LayoutBuilderBlockContentDependencyTestThemeHooks.php Implements hook_modules_installed().
LayoutBuilderHooks::themeRegistryAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_theme_registry_alter().
LayoutBuilderHooks::themeSuggestionsFieldAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_theme_suggestions_HOOK_alter().
LayoutBuilderOverridesEditingThemeTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesEditingThemeTest.php Tests overrides editing uses the correct theme.
LayoutBuilderOverridesEditingThemeTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesEditingThemeTest.php
LayoutBuilderOverridesEditingThemeTest::$adminUser property core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesEditingThemeTest.php Admin user.
LayoutBuilderOverridesEditingThemeTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesEditingThemeTest.php The theme to install as the default for testing.
LayoutBuilderOverridesEditingThemeTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesEditingThemeTest.php Modules to install.
LayoutBuilderOverridesEditingThemeTest::$permissions property core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesEditingThemeTest.php Permissions to grant admin user.
LayoutBuilderOverridesEditingThemeTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesEditingThemeTest.php
LayoutBuilderOverridesEditingThemeTest::testEditing function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesEditingThemeTest.php Tests editing block content with Layout Builder.
LayoutBuilderTestThemeHooks class core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestThemeHooks.php Theme hook implementations for layout_builder_test.
LayoutBuilderTestThemeHooks.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestThemeHooks.php
LayoutBuilderTestThemeHooks::layoutOneCol function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestThemeHooks.php Implements hook_preprocess_HOOK() for one-column layout template.
LayoutBuilderTestThemeHooks::layoutTwocolSection function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestThemeHooks.php Implements hook_preprocess_HOOK() for two-column layout template.
LayoutBuilderTestThemeHooks::theme function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestThemeHooks.php Implements hook_theme().
LayoutBuilderTestThemeHooks::__construct function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestThemeHooks.php
LayoutBuilderThemeHooks class core/modules/layout_builder/src/Hook/LayoutBuilderThemeHooks.php Hook implementations for layout_builder.
LayoutBuilderThemeHooks.php file core/modules/layout_builder/src/Hook/LayoutBuilderThemeHooks.php
LayoutBuilderThemeHooks::preprocessLanguageContentSettingsTable function core/modules/layout_builder/src/Hook/LayoutBuilderThemeHooks.php Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig.
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.

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