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

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Theme class core/lib/Drupal/Core/Updater/Theme.php Defines a class for updating themes.
Theme class core/lib/Drupal/Core/Extension/Theme.php The Theme extension object.

All search results

Title Object type File name Summary
hook_form_system_theme_settings_alter function core/lib/Drupal/Core/Render/theme.api.php Allow themes to alter the theme-specific settings form.
hook_system_themes_page_alter function core/modules/system/system.api.php Alters theme operation links.
hook_theme function core/lib/Drupal/Core/Render/theme.api.php Register a module or theme's theme implementations.
hook_themes_installed function core/lib/Drupal/Core/Render/theme.api.php Respond to themes being installed.
hook_themes_uninstalled function core/lib/Drupal/Core/Render/theme.api.php Respond to themes being uninstalled.
hook_theme_registry_alter function core/lib/Drupal/Core/Render/theme.api.php Alter the theme registry information returned from hook_theme().
hook_theme_suggestions_alter function core/lib/Drupal/Core/Render/theme.api.php Alters named suggestions for all theme hooks.
hook_theme_suggestions_HOOK function core/lib/Drupal/Core/Render/theme.api.php Provides alternate named suggestions for a specific theme hook.
hook_theme_suggestions_HOOK_alter function core/lib/Drupal/Core/Render/theme.api.php Alters named suggestions for a specific theme hook.
HtaccessTest::$defaultTheme property core/modules/system/tests/src/Functional/System/HtaccessTest.php The theme to install as the default for testing.
HtmlAttributesTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php The theme to install as the default for testing.
HtmlAttributesTest::testThemeHtmlAttributes function core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php Tests that attributes in the 'html' and 'body' elements can be altered.
HtmlRenderer::$themeManager property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The theme manager.
HtmlResponseAttachmentsTest::$defaultTheme property core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php The theme to install as the default for testing.
HtmxDynamicFormTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/Htmx/HtmxDynamicFormTest.php The theme to install as the default for testing.
HtmxRendererCacheTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Htmx/HtmxRendererCacheTest.php The theme to install as the default for testing.
ImageAdminStylesTest::$defaultTheme property core/modules/image/tests/src/FunctionalJavascript/ImageAdminStylesTest.php The theme to install as the default for testing.
ImageAdminStylesTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageAdminStylesTest.php The theme to install as the default for testing.
ImageDimensionsTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageDimensionsTest.php The theme to install as the default for testing.
ImageFieldDefaultImagesTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php The theme to install as the default for testing.
ImageFieldDisplayTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php The theme to install as the default for testing.
ImageFieldValidateTest::$defaultTheme property core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php The theme to install as the default for testing.
ImageFieldValidateTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageFieldValidateTest.php The theme to install as the default for testing.
ImageFieldWidgetMultipleTest::$defaultTheme property core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php The theme to install as the default for testing.
ImageFieldWidgetTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php The theme to install as the default for testing.
ImageFieldWidgetValidationTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageFieldWidgetValidationTest.php The theme to install as the default for testing.
ImageLoadingAttributeTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php The theme to install as the default for testing.
ImageOnTranslatedEntityTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php The theme to install as the default for testing.
ImageStyleDeleteTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php The theme to install as the default for testing.
ImageStyleDownloadAccessControlTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php The theme to install as the default for testing.
ImageStyleFlushTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageStyleFlushTest.php The theme to install as the default for testing.
ImageStyleJsonAnonTest::$defaultTheme property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php The theme to install as the default for testing.
ImageStyleJsonBasicAuthTest::$defaultTheme property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php The theme to install as the default for testing.
ImageStyleJsonCookieTest::$defaultTheme property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php The theme to install as the default for testing.
ImageStylesPathAndUrlTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php The theme to install as the default for testing.
ImageStyleTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php The theme to install as the default for testing.
ImageStyleXmlAnonTest::$defaultTheme property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php The theme to install as the default for testing.
ImageStyleXmlBasicAuthTest::$defaultTheme property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php The theme to install as the default for testing.
ImageStyleXmlCookieTest::$defaultTheme property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php The theme to install as the default for testing.
ImageTest::testThemeImageWithSizes function core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php Tests that an image with the sizes attribute is output correctly.
ImageTest::testThemeImageWithSrc function core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php Tests that an image with the src attribute is output correctly.
ImageTest::testThemeImageWithSrcsetMultiplier function core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php Tests that an image with the srcset and multipliers is output correctly.
ImageTest::testThemeImageWithSrcsetWidth function core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php Tests that an image with the srcset and widths is output correctly.
ImageTestBase::$defaultTheme property core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php The theme to install as the default for testing.
ImageThemeFunctionTest class core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Tests image theme functions.
ImageThemeFunctionTest.php file core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php
ImageThemeFunctionTest::$image property core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Created file entity.
ImageThemeFunctionTest::$imageFactory property core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php
ImageThemeFunctionTest::$modules property core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Modules to install.
ImageThemeFunctionTest::setUp function core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php

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