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
MediaLibraryThemeHooks::theme function core/modules/media_library/src/Hook/MediaLibraryThemeHooks.php Implements hook_theme().
MediaPreviewTest::testPreviewUsesDefaultThemeAndIsClientCacheable function core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaPreviewTest.php The CKEditor Widget must load a preview generated using the default theme.
MediaTemplateSuggestionsTest::testMediaThemeHookSuggestions function core/modules/media/tests/src/Functional/MediaTemplateSuggestionsTest.php Tests template suggestions from media_theme_suggestions_media().
MediaTestEmbedThemeHooks class core/modules/media/tests/modules/media_test_embed/src/Hook/MediaTestEmbedThemeHooks.php Theme hook implementations for media_test_embed.
MediaTestEmbedThemeHooks.php file core/modules/media/tests/modules/media_test_embed/src/Hook/MediaTestEmbedThemeHooks.php
MediaTestEmbedThemeHooks::preprocessMediaEmbedError function core/modules/media/tests/modules/media_test_embed/src/Hook/MediaTestEmbedThemeHooks.php Implements hook_preprocess_HOOK().
MediaTestOembedThemeHooks class core/modules/media/tests/modules/media_test_oembed/src/Hook/MediaTestOembedThemeHooks.php Theme hook implementations for media_test_oembed.
MediaTestOembedThemeHooks.php file core/modules/media/tests/modules/media_test_oembed/src/Hook/MediaTestOembedThemeHooks.php
MediaTestOembedThemeHooks::preprocessMediaOembedIframe function core/modules/media/tests/modules/media_test_oembed/src/Hook/MediaTestOembedThemeHooks.php Implements hook_preprocess_media_oembed_iframe().
MediaThemeHooks class core/modules/media/src/Hook/MediaThemeHooks.php Hook implementations for media.
MediaThemeHooks.php file core/modules/media/src/Hook/MediaThemeHooks.php
MediaThemeHooks::preprocessMedia function core/modules/media/src/Hook/MediaThemeHooks.php Prepares variables for media templates.
MediaThemeHooks::preprocessMediaReferenceHelp function core/modules/media/src/Hook/MediaThemeHooks.php Implements hook_preprocess_HOOK() for media reference widgets.
MediaThemeHooks::theme function core/modules/media/src/Hook/MediaThemeHooks.php Implements hook_theme().
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().
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.
MenuTestController::$themeManager property core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php The theme manager.
MenuTestController::$themeNegotiator property core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php The theme negotiator.
MenuTestController::themePage function core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php Page callback: Tests the theme negotiation functionality.
MenuUiThemeHooks class core/modules/menu_ui/src/Hook/MenuUiThemeHooks.php Hook implementations for menu_ui.
MenuUiThemeHooks.php file core/modules/menu_ui/src/Hook/MenuUiThemeHooks.php
MenuUiThemeHooks::preprocessBlock function core/modules/menu_ui/src/Hook/MenuUiThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
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::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.
MissingThemeDependencyException class core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php Exception to be thrown when base theme for installed theme is not installed.
MissingThemeDependencyException.php file core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php
MissingThemeDependencyException::$theme property core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php The missing theme dependency.
MissingThemeDependencyException::getMissingThemeName function core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php Gets the machine name of the missing theme.
MissingThemeDependencyException::__construct function core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php Constructs the exception.
ModuleHandlerTest::testThemeMetaData function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests whether the correct theme metadata is returned.
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.