Search for theme_

  1. Search 7.x for theme_
  2. Search 8.9.x for theme_
  3. Search 10.3.x for theme_
  4. Search 11.x for theme_
  5. Search main for theme_
  6. Other projects
Title Object type File name Summary
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 enable.
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.
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.
LayoutPluginManager::$themeHandler property core/lib/Drupal/Core/Layout/LayoutPluginManager.php The theme handler.
LayoutPluginManager::getThemeImplementations function core/lib/Drupal/Core/Layout/LayoutPluginManager.php Gets theme implementations for layouts.
LayoutPluginManagerInterface::getThemeImplementations function core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php Gets theme implementations for layouts.
LayoutPluginManagerTest::$themeHandler property core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php The theme handler.
LayoutPluginManagerTest::testGetThemeImplementations function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getThemeImplementations[[api-linebreak]]
LayoutTest::testThemeProvidedLayout function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Tests that a layout provided by a theme has the preprocess function set.
layout_builder_theme_registry_alter function core/modules/layout_builder/layout_builder.module Implements hook_theme_registry_alter().
layout_builder_theme_suggestions_field_alter function core/modules/layout_builder/layout_builder.module Implements hook_theme_suggestions_HOOK_alter().
layout_builder_theme_suggestions_test.info.yml file core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.info.yml core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.info.yml
layout_builder_theme_suggestions_test.module file core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.module For testing theme suggestions.
layout_builder_theme_suggestions_test_preprocess_item_list__layouts function core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.module Implements hook_preprocess_HOOK() for the list of layouts.
layout_builder_theme_suggestions_test_theme function core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.module Implements hook_theme().
legacy_experimental_theme_dependency_test.info.yml file core/modules/system/tests/themes/legacy_experimental_theme_dependency_test/legacy_experimental_theme_dependency_test.info.yml core/modules/system/tests/themes/legacy_experimental_theme_dependency_test/legacy_experimental_theme_dependency_test.info.yml
legacy_experimental_theme_test.info.yml file core/modules/system/tests/themes/legacy_experimental_theme_test/legacy_experimental_theme_test.info.yml core/modules/system/tests/themes/legacy_experimental_theme_test/legacy_experimental_theme_test.info.yml
LibraryDiscoveryCollector::$themeManager property core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php The theme manager.
LibraryDiscoveryCollectorTest::$themeManager property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The mocked theme manager.
LibraryDiscoveryIntegrationTest::testBaseThemeLibrariesOverrideInSubTheme function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests that base theme libraries-override still apply in sub themes.
LibraryDiscoveryParser::$themeManager property core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php The theme manager.
LibraryDiscoveryParser::resolveThemeAssetPath function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Ensures that a full path is returned for an overriding theme asset.
LibraryDiscoveryParserTest::$themeManager property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php The mocked theme manager.
link_test_theme.info.yml file core/modules/link/tests/themes/link_test_theme/link_test_theme.info.yml core/modules/link/tests/themes/link_test_theme/link_test_theme.info.yml
locale_themes_installed function core/modules/locale/locale.module Implements hook_themes_installed().
locale_themes_uninstalled function core/modules/locale/locale.module Implements hook_themes_uninstalled().
MaintenanceThemeTest class core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php Tests themes and base themes are correctly loaded.
MaintenanceThemeTest.php file core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php
MaintenanceThemeTest::testMaintenanceTheme function core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php Tests that the maintenance theme initializes the theme and its base themes.
MaintenanceThemeUpdateRegistryTest class core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php Ensures theme update functions are registered for maintenance themes.
MaintenanceThemeUpdateRegistryTest.php file core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php
MaintenanceThemeUpdateRegistryTest::$profile property core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php The profile to install as a basis for testing.
MaintenanceThemeUpdateRegistryTest::prepareEnvironment function core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php Prepares the current environment for running the test.
MaintenanceThemeUpdateRegistryTest::prepareSettings function core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php Prepares site settings and services before installation.
MaintenanceThemeUpdateRegistryTest::testMaintenanceThemeUpdateRegistration function core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php Tests that after installing the profile there are no outstanding updates.
MediaTemplateSuggestionsTest::testMediaThemeHookSuggestions function core/modules/media/tests/src/Functional/MediaTemplateSuggestionsTest.php Tests template suggestions from media_theme_suggestions_media().
MediaTest::testPreviewUsesDefaultThemeAndIsClientCacheable function core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php The CKEditor Widget must load a preview generated using the default theme.
MediaTest::testPreviewUsesDefaultThemeAndIsClientCacheable function core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php The CKEditor Widget must load a preview generated using the default theme.
media_theme_suggestions_media function core/modules/media/media.module Implements hook_theme_suggestions_HOOK().
MenuRouterTest::doTestThemeCallbackAdministrative function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests theme negotiation for an administrative theme.
MenuRouterTest::doTestThemeCallbackFakeTheme function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests the theme negotiation when it is set to use a theme that does not exist.
MenuRouterTest::doTestThemeCallbackMaintenanceMode function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests the theme negotiation when the site is in maintenance mode.
MenuRouterTest::doTestThemeCallbackNoThemeRequested function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests the theme negotiation when no theme is requested.
MenuRouterTest::doTestThemeCallbackOptionalTheme function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests the theme negotiation when it is set to use an optional theme.
MenuRouterTest::testThemeIntegration function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests theme integration.

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