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
Drupal\Core\Theme\ComponentNegotiator service core/core.services.yml
Drupal\Core\Theme\Component\ComponentValidator service core/core.services.yml
Drupal\Core\Theme\Component\SchemaCompatibilityChecker service core/core.services.yml
Drupal\Core\Theme\Icon\IconCollector service core/core.services.yml
Drupal\Core\Theme\Icon\IconFinder service core/core.services.yml
Drupal\Core\Theme\ImagePreprocess service core/core.services.yml Drupal\Core\Theme\ImagePreprocess
Drupal\Core\Theme\ThemePreprocess service core/core.services.yml Drupal\Core\Theme\ThemePreprocess
Drupal\system\Theme\SystemAdminThemePreprocess service core/modules/system/system.services.yml Drupal\system\Theme\SystemAdminThemePreprocess
drupal_common_theme function core/includes/theme.inc Provides theme registration for themes across .inc files.
drupal_find_theme_templates function core/includes/theme.inc Allows themes and/or theme engines to easily discover overridden templates.
drupal_maintenance_theme function core/includes/bootstrap.inc Enables use of the theme system without requiring database access.
DuplicateContextualLinksTest::$defaultTheme property core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php The theme to install as the default for testing.
DuplicateTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DuplicateTest.php The theme to install as the default for testing.
DynamicPageCacheIntegrationTest::$defaultTheme property core/modules/dynamic_page_cache/tests/src/Functional/DynamicPageCacheIntegrationTest.php The theme to install as the default for testing.
EarlyDateTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php The theme to install as the default for testing.
EarlyRenderingControllerTest::$defaultTheme property core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php The theme to install as the default for testing.
EditModeTest::$adminTheme property core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php The administration theme name.
EditModeTest::$defaultTheme property core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php The theme to install as the default for testing.
EditorAdminTest::$defaultTheme property core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php The theme to install as the default for testing.
EditorAdminTest::$defaultTheme property core/modules/editor/tests/src/Functional/EditorAdminTest.php The theme to install as the default for testing.
EditorJsonAnonTest::$defaultTheme property core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php The theme to install as the default for testing.
EditorJsonBasicAuthTest::$defaultTheme property core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php The theme to install as the default for testing.
EditorJsonCookieTest::$defaultTheme property core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php The theme to install as the default for testing.
EditorLoadingTest::$defaultTheme property core/modules/editor/tests/src/Functional/EditorLoadingTest.php The theme to install as the default for testing.
EditorPrivateFileReferenceFilterTest::$defaultTheme property core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php The theme to install as the default for testing.
EditorSecurityTest::$defaultTheme property core/modules/editor/tests/src/Functional/EditorSecurityTest.php The theme to install as the default for testing.
EditorTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/EditorTest.php The theme to install as the default for testing.
EditorXmlAnonTest::$defaultTheme property core/modules/editor/tests/src/Functional/Rest/EditorXmlAnonTest.php The theme to install as the default for testing.
EditorXmlBasicAuthTest::$defaultTheme property core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php The theme to install as the default for testing.
EditorXmlCookieTest::$defaultTheme property core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php The theme to install as the default for testing.
ElementInfoIntegrationTest::testElementInfoByTheme function core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php Ensures that the element info can be altered by themes.
ElementInfoManagerTest::$themeHandler property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The mocked theme handler.
ElementInfoManagerTest::$themeManager property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The mocked theme manager.
ElementsAccessTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php The theme to install as the default for testing.
ElementsContainerTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php The theme to install as the default for testing.
ElementsLabelsTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php The theme to install as the default for testing.
ElementsLabelsTest::testFormsInThemeLessEnvironments function core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php Tests forms in theme-less environments.
ElementsTableSelectTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php The theme to install as the default for testing.
ElementsTableSelectTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php The theme to install as the default for testing.
ElementsVerticalTabsTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php The theme to install as the default for testing.
ElementsVerticalTabsWithSummaryTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/ElementsVerticalTabsWithSummaryTest.php The theme to install as the default for testing.
ElementTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ElementTest.php The theme to install as the default for testing.
ElementValidationTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php The theme to install as the default for testing.
EmailFieldTest::$defaultTheme property core/modules/field/tests/src/Functional/Email/EmailFieldTest.php The theme to install as the default for testing.
EmailTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/EmailTest.php The theme to install as the default for testing.
EmbeddedFormWidgetTest::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php The theme to install as the default for testing.
EmphasisTest::$defaultTheme property core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php The theme to install as the default for testing.
EngineNyanCatTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php The theme to install as the default for testing.
EngineTwigTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php The theme to install as the default for testing.
EntityAddUITest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php The theme to install as the default for testing.

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