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
RegistryTest::testMultipleSubThemes function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests the theme registry with multiple subthemes.
RegistryTest::testThemeRegistryAlterByTheme function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests that the theme registry can be altered by themes.
RegistryTest::testThemeSuggestions function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests front node theme suggestion generation.
RegistryTest::testThemeTemplatesRegisteredByModules function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests theme-provided templates that are registered by modules.
RemoteFileSaveUploadTest::$defaultTheme property core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php
RenderArrayNonHtmlSubscriberTest::$defaultTheme property core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php The theme to install as the default for testing.
RenderCacheWebTest::$defaultTheme property core/modules/views/tests/src/Functional/RenderCacheWebTest.php
RendererPlaceholdersTest::setupThemeManagerForDetails function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php Sets up the theme manager for the <details>-tag.
RendererTest::$defaultThemeVars property core/tests/Drupal/Tests/Core/Render/RendererTest.php The expected theme variables.
RendererTest::testRenderWithoutThemeArguments function core/tests/Drupal/Tests/Core/Render/RendererTest.php Tests render without theme arguments.
RendererTest::testRenderWithThemeArguments function core/tests/Drupal/Tests/Core/Render/RendererTest.php Tests render with theme arguments.
RendererTestBase::$themeManager property core/tests/Drupal/Tests/Core/Render/RendererTestBase.php The mocked theme manager.
RenderTest::testDrupalRenderThemePreprocessAttached function core/tests/Drupal/KernelTests/Core/Render/RenderTest.php Tests theme preprocess functions being able to attach assets.
RenderWebTest::$defaultTheme property core/modules/system/tests/src/Functional/Common/RenderWebTest.php The theme to install as the default for testing.
ReportFieldsTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/ReportFieldsTest.php The theme to install as the default for testing.
ReportTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/ReportTest.php The theme to install as the default for testing.
RequestSanitizerTest::$defaultTheme property core/tests/Drupal/FunctionalTests/HttpKernel/RequestSanitizerTest.php The theme to install as the default for testing.
RequirementsTest::$defaultTheme property core/modules/mysql/tests/src/Functional/RequirementsTest.php
ResolvedLibraryDefinitionsFilesMatchTest::$allThemes property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php A list of all core themes.
ResolvedLibraryDefinitionsFilesMatchTest::$themeHandler property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php The theme handler.
ResolvedLibraryDefinitionsFilesMatchTest::$themeInitialization property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php The theme initialization.
ResolvedLibraryDefinitionsFilesMatchTest::$themeManager property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php The theme manager.
ResourceFetcherTest::$defaultTheme property core/modules/media/tests/src/Functional/ResourceFetcherTest.php
ResourceTest::$defaultTheme property core/modules/rest/tests/src/Functional/ResourceTest.php
ResponseGeneratorTest::$defaultTheme property core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php The theme to install as the default for testing.
ResponseTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ResponseTest.php The theme to install as the default for testing.
ResponsiveImageAdminUITest::$defaultTheme property core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
ResponsiveImageFieldDisplayTest::$defaultTheme property core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
ResponsiveImageFieldUiTest::$defaultTheme property core/modules/responsive_image/tests/src/FunctionalJavascript/ResponsiveImageFieldUiTest.php
ResponsiveImageStyleJsonAnonTest::$defaultTheme property core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonAnonTest.php
ResponsiveImageStyleJsonBasicAuthTest::$defaultTheme property core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php
ResponsiveImageStyleJsonCookieTest::$defaultTheme property core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonCookieTest.php
ResponsiveImageStyleTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php
ResponsiveImageStyleXmlAnonTest::$defaultTheme property core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleXmlAnonTest.php
ResponsiveImageStyleXmlBasicAuthTest::$defaultTheme property core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleXmlBasicAuthTest.php
ResponsiveImageStyleXmlCookieTest::$defaultTheme property core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleXmlCookieTest.php
ResponsiveImageThemeHooks class core/modules/responsive_image/src/Hook/ResponsiveImageThemeHooks.php Theme hooks for responsive_image.
ResponsiveImageThemeHooks.php file core/modules/responsive_image/src/Hook/ResponsiveImageThemeHooks.php
ResponsiveImageThemeHooks::preprocessResponsiveImage function core/modules/responsive_image/src/Hook/ResponsiveImageThemeHooks.php Prepares variables for a responsive image.
ResponsiveImageThemeHooks::preprocessResponsiveImageFormatter function core/modules/responsive_image/src/Hook/ResponsiveImageThemeHooks.php Prepares variables for responsive image formatter templates.
ResponsiveImageThemeHooks::theme function core/modules/responsive_image/src/Hook/ResponsiveImageThemeHooks.php Implements hook_theme().
ResponsiveImageThemeHooks::__construct function core/modules/responsive_image/src/Hook/ResponsiveImageThemeHooks.php
RestExportAuthTest::$defaultTheme property core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php
RestExportJsonApiUnsupportedTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestLoginHttpTest::$defaultTheme property core/modules/rest/tests/src/Functional/RestLoginHttpTest.php The theme to install as the default for testing.
RestResourceConfigJsonAnonTest::$defaultTheme property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php
RestResourceConfigJsonBasicAuthTest::$defaultTheme property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php
RestResourceConfigJsonCookieTest::$defaultTheme property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php
RestResourceConfigTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php

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