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
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.
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().
LayoutDefinition::$theme_hook property core/lib/Drupal/Core/Layout/LayoutDefinition.php The theme hook used to render this layout.
LayoutDefinition::getThemeHook function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the theme hook.
LayoutDefinition::setThemeHook function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the theme hook.
LayoutDiscoveryThemeHooks class core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php Theme hooks for layout_discovery.
LayoutDiscoveryThemeHooks.php file core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php
LayoutDiscoveryThemeHooks::preprocessLayout function core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php Prepares variables for layout templates.
LayoutDiscoveryThemeHooks::theme function core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php Implements hook_theme().
LayoutDiscoveryThemeHooks::__construct function core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php

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