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
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.
media.icon.theme.css file core/modules/media/css/media.icon.theme.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/* cspell:ignore uientity referencemedia */
.field-icon-field-uientity-referencemedia {
background-image:…
media.icon.theme.pcss.css file core/modules/media/css/media.icon.theme.pcss.css /* cspell:ignore uientity referencemedia */
.field-icon-field-uientity-referencemedia {
background-image: url(../../../misc/icons/55565b/media.svg);
}
MediaLibraryThemeHooks class core/modules/media_library/src/Hook/MediaLibraryThemeHooks.php Hook implementations for media_library.
MediaLibraryThemeHooks.php file core/modules/media_library/src/Hook/MediaLibraryThemeHooks.php
MediaLibraryThemeHooks::preprocessMedia function core/modules/media_library/src/Hook/MediaLibraryThemeHooks.php Implements hook_preprocess_media().
MediaLibraryThemeHooks::preprocessMediaLibraryItem function core/modules/media_library/src/Hook/MediaLibraryThemeHooks.php Prepares variables for a selected media item.
MediaLibraryThemeHooks::preprocessMediaLibraryWrapper function core/modules/media_library/src/Hook/MediaLibraryThemeHooks.php Prepares variables for the media library modal dialog.
MediaLibraryThemeHooks::preprocessViewsViewFields function core/modules/media_library/src/Hook/MediaLibraryThemeHooks.php Implements hook_preprocess_views_view_fields().
MediaLibraryThemeHooks::preprocessViewsViewMediaLibrary function core/modules/media_library/src/Hook/MediaLibraryThemeHooks.php Implements hook_preprocess_HOOK() for the 'media_library' view.
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.

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