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
FormBuilder::$themeManager property core/lib/Drupal/Core/Form/FormBuilder.php The theme manager.
FormController::$conditionCurrentTheme property core/modules/system/tests/modules/condition_test/src/FormController.php The condition plugin current_theme.
FormErrorHandlerCKEditor5Test::$defaultTheme property core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php The theme to install as the default for testing.
FormErrorHandlerFileUploadTest::$defaultTheme property core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php The theme to install as the default for testing.
FormGroupingElementsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php The theme to install as the default for testing.
FormHooks::formSystemThemeSettingsAlter function core/themes/admin/src/Hook/FormHooks.php Implement hook form_system_theme_settings_alter().
FormHooks::formSystemThemeSettingsAlter function core/themes/default_admin/src/Hook/FormHooks.php Implement hook form_system_theme_settings_alter().
FormHooks::formSystemThemeSettingsAlterSubmit function core/themes/admin/src/Hook/FormHooks.php Submit theme settings.
FormHooks::formSystemThemeSettingsAlterSubmit function core/themes/default_admin/src/Hook/FormHooks.php Submit theme settings.
FormHooks::formSystemThemeSettingsAlterValidate function core/themes/admin/src/Hook/FormHooks.php Validate theme settings.
FormHooks::formSystemThemeSettingsAlterValidate function core/themes/default_admin/src/Hook/FormHooks.php Validate theme settings.
FormObjectTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/FormObjectTest.php The theme to install as the default for testing.
FormStoragePageCacheTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php The theme to install as the default for testing.
FormTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/FormTest.php The theme to install as the default for testing.
FormTest::$defaultTheme property core/modules/field/tests/src/Functional/FormTest.php The theme to install as the default for testing.
FormTestBase::$themeManager property core/tests/Drupal/Tests/Core/Form/FormTestBase.php The mocked theme manager.
FormValuesTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php The theme to install as the default for testing.
FrameworkTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php The theme to install as the default for testing.
FrameworkTest::$defaultTheme property core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php The theme to install as the default for testing.
FrontPageTest::$defaultTheme property core/modules/system/tests/src/Functional/System/FrontPageTest.php The theme to install as the default for testing.
FrontPageTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/FrontPageTest.php The theme to install as the default for testing.
FunctionalTestDebugHtmlOutputHelperTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php The theme to install as the default for testing.
FunctionalTestDebugHtmlOutputTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php The theme to install as the default for testing.
FunctionalTestSetupTrait::installDefaultThemeFromClassProperty function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Installs the default theme defined by `static::$defaultTheme` when needed.
GenerateTheme class core/lib/Drupal/Core/Command/GenerateTheme.php Generates a new theme based on latest default markup.
GenerateTheme.php file core/lib/Drupal/Core/Command/GenerateTheme.php
GenerateTheme::$root property core/lib/Drupal/Core/Command/GenerateTheme.php The path for the Drupal root.
GenerateTheme::configure function core/lib/Drupal/Core/Command/GenerateTheme.php
GenerateTheme::createFilesFinder function core/lib/Drupal/Core/Command/GenerateTheme.php Returns a Symfony file finder.
GenerateTheme::execute function core/lib/Drupal/Core/Command/GenerateTheme.php
GenerateTheme::getStarterKitVersion function core/lib/Drupal/Core/Command/GenerateTheme.php Gets the Starter Kit version string.
GenerateTheme::getThemeInfo function core/lib/Drupal/Core/Command/GenerateTheme.php Gets theme info using the theme name.
GenerateTheme::getUniqueTmpDirPath function core/lib/Drupal/Core/Command/GenerateTheme.php Generates a path to a temporary location.
GenerateTheme::initialize function core/lib/Drupal/Core/Command/GenerateTheme.php
GenerateTheme::loadStarterKitConfig function core/lib/Drupal/Core/Command/GenerateTheme.php Loads the Starter Kit configuration.
GenerateTheme::namePatterns function core/lib/Drupal/Core/Command/GenerateTheme.php Returns the possible file name patterns.
GenerateTheme::__construct function core/lib/Drupal/Core/Command/GenerateTheme.php GenerateTheme constructor.
GenerateThemeTest class core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme commands.
GenerateThemeTest.php file core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::$originalInfo property core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php The unaltered starterkit.info.yml contents.
GenerateThemeTest::$php property core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php The PHP executable path.
GenerateThemeTest::$starterKitInfoYamlLocation property core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php The location of the starter kit .info.yml file.
GenerateThemeTest::assertThemeExists function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Asserts the theme exists. Returns the parsed *.info.yml file.
GenerateThemeTest::deleteGeneratedTheme function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Delete the generated theme.
GenerateThemeTest::doTestContribStarterkit function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme command on a theme with a release version number.
GenerateThemeTest::doTestDevSnapshot function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme command on a dev snapshot of Drupal core.
GenerateThemeTest::doTestGenerateTheme function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::doTestGeneratingFromAnotherTheme function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests generating a theme from another Starterkit enabled theme.
GenerateThemeTest::doTestNoEditMissingFilesWarning function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::doTestNoRename function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php

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