Search for themes

  1. Search 7.x for themes
  2. Search 9.5.x for themes
  3. Search 8.9.x for themes
  4. Search 11.x for themes
  5. Other projects
Title Object type File name Summary
ThemeSettings::__construct function core/lib/Drupal/Core/Theme/ThemeSettings.php Constructs a theme settings object.
ThemeSettingsForm class core/modules/system/src/Form/ThemeSettingsForm.php Displays theme configuration for entire site and individual themes.
ThemeSettingsForm.php file core/modules/system/src/Form/ThemeSettingsForm.php
ThemeSettingsForm::$editableConfig property core/modules/system/src/Form/ThemeSettingsForm.php An array of configuration names that should be editable.
ThemeSettingsForm::$fileSystem property core/modules/system/src/Form/ThemeSettingsForm.php The file system.
ThemeSettingsForm::$mimeTypeGuesser property core/modules/system/src/Form/ThemeSettingsForm.php The MIME type guesser.
ThemeSettingsForm::$moduleHandler property core/modules/system/src/Form/ThemeSettingsForm.php The module handler.
ThemeSettingsForm::$themeHandler property core/modules/system/src/Form/ThemeSettingsForm.php The theme handler.
ThemeSettingsForm::$themeManager property core/modules/system/src/Form/ThemeSettingsForm.php The theme manager.
ThemeSettingsForm::buildForm function core/modules/system/src/Form/ThemeSettingsForm.php
ThemeSettingsForm::create function core/modules/system/src/Form/ThemeSettingsForm.php Instantiates a new instance of this class.
ThemeSettingsForm::getEditableConfigNames function core/modules/system/src/Form/ThemeSettingsForm.php Gets the configuration names that will be editable.
ThemeSettingsForm::getFormId function core/modules/system/src/Form/ThemeSettingsForm.php Returns a unique string identifying the form.
ThemeSettingsForm::submitForm function core/modules/system/src/Form/ThemeSettingsForm.php Form submission handler.
ThemeSettingsForm::validateForm function core/modules/system/src/Form/ThemeSettingsForm.php Form validation handler.
ThemeSettingsForm::validatePath function core/modules/system/src/Form/ThemeSettingsForm.php Helper function for the system_theme_settings form.
ThemeSettingsForm::__construct function core/modules/system/src/Form/ThemeSettingsForm.php Constructs a ThemeSettingsForm object.
ThemeSettingsFormTest class core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php Tests that theme form settings works correctly.
ThemeSettingsFormTest.php file core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php
ThemeSettingsFormTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php The theme to install as the default for testing.
ThemeSettingsFormTest::$modules property core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php Modules to install.
ThemeSettingsFormTest::providerTestFormSettingsSubmissionHandler function core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php Provides test data for ::testFormSettingsSubmissionHandler().
ThemeSettingsFormTest::setUp function core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php
ThemeSettingsFormTest::testFormSettingsSubmissionHandler function core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php Tests that submission handler works correctly.
ThemeSettingsTest class core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php Tests D7 theme settings source plugin.
ThemeSettingsTest class core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php Tests theme settings functionality.
ThemeSettingsTest.php file core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php
ThemeSettingsTest.php file core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php
ThemeSettingsTest::$availableThemes property core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php List of discovered themes.
ThemeSettingsTest::$modules property core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php Modules to install.
ThemeSettingsTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php Modules to install.
ThemeSettingsTest::providerSource function core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php
ThemeSettingsTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php
ThemeSettingsTest::testDefaultConfig function core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php Tests that $theme.settings are imported and used as default theme settings.
ThemeSettingsTest::testLogoConfig function core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php Tests that the default logo config can be overridden.
ThemeSettingsTest::testNoDefaultConfig function core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php Tests that the $theme.settings default config file is optional.
ThemeSuggestionsAlterTest class core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Tests theme suggestion alter hooks.
ThemeSuggestionsAlterTest.php file core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
ThemeSuggestionsAlterTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php The theme to install as the default for testing.
ThemeSuggestionsAlterTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Modules to install.
ThemeSuggestionsAlterTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
ThemeSuggestionsAlterTest::testExecutionOrder function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Tests execution order of theme suggestion alter hooks.
ThemeSuggestionsAlterTest::testGeneralSuggestionsAlter function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Tests hook_theme_suggestions_alter().
ThemeSuggestionsAlterTest::testSpecificSuggestionsAlter function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Tests that theme suggestion alter hooks work for specific theme calls.
ThemeSuggestionsAlterTest::testTemplateSuggestions function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Tests that hooks to provide theme suggestions work.
ThemeSuggestionsAlterTest::testTemplateSuggestionsAlter function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Tests that theme suggestion alter hooks work for templates.
ThemeTest::testFrontPageThemeSuggestion function core/modules/system/tests/src/Functional/Theme/ThemeTest.php Ensure page-front template suggestion is added when on front page.
ThemeTest::testListThemes function core/modules/system/tests/src/Kernel/Theme/ThemeTest.php Tests the listInfo() function.
ThemeTest::testTaxonomyTermThemes function core/modules/taxonomy/tests/src/Functional/ThemeTest.php Tests the theme used when adding, viewing and editing taxonomy terms.
ThemeTest::testThemeSettings function core/modules/system/tests/src/Functional/System/ThemeTest.php Tests the theme settings form.

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