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
ThemeTestThemeHooks class core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks.php Hook implementations for theme_test.
ThemeTestThemeHooks.php file core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks.php
ThemeTestThemeHooks1 class core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php Hook implementations for theme_test.
ThemeTestThemeHooks1.php file core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php
ThemeTestThemeHooks1::preprocessHtml function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php Implements hook_preprocess_HOOK() for HTML document templates.
ThemeTestThemeHooks1::preprocessThemeTestPreprocessSuggestions function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php Implements hook_preprocess_HOOK().
ThemeTestThemeHooks1::themeSuggestionsNode function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php Implements hook_theme_suggestions_HOOK().
ThemeTestThemeHooks1::themeSuggestionsThemeTestPreprocessSuggestions function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php Implements hook_theme_suggestions_HOOK().
ThemeTestThemeHooks1::themeSuggestionsThemeTestSuggestionProvided function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php Implements hook_theme_suggestions_HOOK().
ThemeTestThemeHooks::preprocessTestSuggestions function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks.php Implements hook_preprocess_HOOK().
ThemeTokenTest class core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php Tests the generation of 'theme_token' key in Drupal settings.
ThemeTokenTest.php file core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php
ThemeTokenTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php The theme to install as the default for testing.
ThemeTokenTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php We want to visit the 'admin/structure/block' page.
ThemeTokenTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php
ThemeTokenTest::testThemeToken function core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php Tests if the 'theme_token' key of 'ajaxPageState' is computed.
ThemeUiTest class core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests the theme UI.
ThemeUiTest.php file core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
ThemeUiTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php The theme to install as the default for testing.
ThemeUiTest::$testModules property core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Modules used for testing.
ThemeUiTest::assertUninstallableTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Checks related to uninstallable themes due to module dependencies.
ThemeUiTest::providerTestThemeInstallWithModuleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Data provider for testThemeInstallWithModuleDependencies().
ThemeUiTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
ThemeUiTest::testInstalledIncompatibleTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests that incompatible themes message is shown.
ThemeUiTest::testInstallModuleWithIncompatibleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with incompatible module dependencies.
ThemeUiTest::testInstallModuleWithMissingDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with missing module dependencies.
ThemeUiTest::testModulePermissions function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests permissions for enabling themes depending on disabled modules.
ThemeUiTest::testThemeInstallWithModuleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with module dependencies.
ThemeUiTest::uninstallModules function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Uninstalls modules via the admin UI.
ThemeUiTest::uninstallTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Uninstalls a theme via the admin UI.
ThemeUninstallConfirmForm class core/modules/system/src/Form/ThemeUninstallConfirmForm.php Builds a confirmation form to uninstall a theme.
ThemeUninstallConfirmForm.php file core/modules/system/src/Form/ThemeUninstallConfirmForm.php
ThemeUninstallConfirmForm::$themeLabel property core/modules/system/src/Form/ThemeUninstallConfirmForm.php The theme label.
ThemeUninstallConfirmForm::buildForm function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Form constructor.
ThemeUninstallConfirmForm::getCancelUrl function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns the route to go to if the user cancels the action.
ThemeUninstallConfirmForm::getConfirmText function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns a caption for the button that confirms the action.
ThemeUninstallConfirmForm::getDescription function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns additional text to display as a description.
ThemeUninstallConfirmForm::getFormId function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns a unique string identifying the form.
ThemeUninstallConfirmForm::getQuestion function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns the question to ask the user.
ThemeUninstallConfirmForm::submitForm function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Form submission handler.
ThemeUninstallConfirmForm::__construct function core/modules/system/src/Form/ThemeUninstallConfirmForm.php
ThemeUninstallConfirmTest class core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests the theme uninstall confirmation form.
ThemeUninstallConfirmTest.php file core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php
ThemeUninstallConfirmTest::$adminUser property core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php An admin user with permission to administer themes.
ThemeUninstallConfirmTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php The theme to install as the default for testing.
ThemeUninstallConfirmTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Modules to install.
ThemeUninstallConfirmTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php
ThemeUninstallConfirmTest::testCannotUninstallAdminTheme function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests that the admin theme cannot be uninstalled.
ThemeUninstallConfirmTest::testCannotUninstallBaseThemeWithDependentSubThemes function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests that a base theme with dependent sub-themes cannot be uninstalled.
ThemeUninstallConfirmTest::testCannotUninstallDefaultTheme function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests that the default theme cannot be uninstalled.

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