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 11.x for theme_
  5. Search main for theme_
  6. Other projects
Title Object type File name Summary
ModuleThemePageXssVulnerabilityTest::$defaultTheme property core/modules/system/tests/src/Functional/ModuleThemePageXssVulnerabilityTest.php The theme to install as the default for testing.
ModuleThemePageXssVulnerabilityTest::$modules property core/modules/system/tests/src/Functional/ModuleThemePageXssVulnerabilityTest.php Modules to install.
ModuleThemePageXssVulnerabilityTest::setUp function core/modules/system/tests/src/Functional/ModuleThemePageXssVulnerabilityTest.php
ModuleThemePageXssVulnerabilityTest::testExtensionInfoXss function core/modules/system/tests/src/Functional/ModuleThemePageXssVulnerabilityTest.php Tests extension info cannot create XSS vulnerabilities.
module_required_by_themes_uninstall_validator service core/core.services.yml Drupal\Core\Extension\ModuleRequiredByThemesUninstallValidator
NegotiationConfigureForm::$themeHandler property core/modules/language/src/Form/NegotiationConfigureForm.php The theme handler.
NewDefaultThemeBlocksTest class core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php Tests that a new default theme gets blocks.
NewDefaultThemeBlocksTest.php file core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php
NewDefaultThemeBlocksTest::$defaultTheme property core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php The default theme.
NewDefaultThemeBlocksTest::$modules property core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php Modules to install.
NewDefaultThemeBlocksTest::$themeInstaller property core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php The theme installer service.
NewDefaultThemeBlocksTest::setUp function core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php
NewDefaultThemeBlocksTest::testBlockCollision function core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php Checks that a theme block is still created when same ID exists.
NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks function core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php Check the blocks are correctly copied by block_themes_installed().
nightwatch_theme_install_utility.info.yml file core/modules/system/tests/modules/nightwatch_theme_install_utility/nightwatch_theme_install_utility.info.yml core/modules/system/tests/modules/nightwatch_theme_install_utility/nightwatch_theme_install_utility.info.yml
nightwatch_theme_install_utility.routing.yml file core/modules/system/tests/modules/nightwatch_theme_install_utility/nightwatch_theme_install_utility.routing.yml core/modules/system/tests/modules/nightwatch_theme_install_utility/nightwatch_theme_install_utility.routing.yml
NodeTemplateSuggestionsTest::testNodeThemeHookSuggestions function core/modules/node/tests/src/Kernel/NodeTemplateSuggestionsTest.php Tests if template_preprocess_node() generates the correct suggestions.
NodeType::$themeSettings property core/modules/node/src/Plugin/migrate/source/d6/NodeType.php An array of theme settings.
node_form_system_themes_admin_form_alter function core/modules/node/node.module Implements hook_form_FORM_ID_alter().
node_form_system_themes_admin_form_submit function core/modules/node/node.module Form submission handler for system_themes_admin_form().
node_theme_suggestions_node function core/modules/node/node.module Implements hook_theme_suggestions_HOOK().
obsolete_theme_test.info.yml file core/modules/system/tests/themes/obsolete_theme_test/obsolete_theme_test.info.yml core/modules/system/tests/themes/obsolete_theme_test/obsolete_theme_test.info.yml
OffCanvasTestBase::getTestThemes function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Get themes to test.
OffCanvasTestBase::themeDataProvider function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Data provider that returns theme name as the sole argument.
olivero_form_system_theme_settings_alter function core/themes/olivero/theme-settings.php Implements hook_form_FORM_ID_alter() for system_theme_settings.
olivero_theme_suggestions_block_alter function core/themes/olivero/olivero.theme Implements hook_theme_suggestions_HOOK_alter() for block().
olivero_theme_suggestions_form_alter function core/themes/olivero/olivero.theme Implements hook_theme_suggestions_HOOK_alter() for form templates.
olivero_theme_suggestions_menu_alter function core/themes/olivero/olivero.theme Implements hook_theme_suggestions_HOOK_alter() for menu.
olivero_theme_suggestions_user_alter function core/themes/olivero/olivero.theme Implements hook_theme_suggestions_HOOK_alter().
options.icon.theme.css file core/modules/options/css/options.icon.theme.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.field-icon-selection_list {
background-image: url("data:image/svg+xml,%3csvg height='36'…
options.icon.theme.pcss.css file core/modules/options/css/options.icon.theme.pcss.css .field-icon-selection_list {
background-image: url(../../../misc/icons/55565b/selection_list.svg);
}
PluginBase::themeFunctions function core/modules/views/src/Plugin/views/PluginBase.php Provide a full list of possible theme templates used by this style.
PluginDependencyTrait::themeHandler function core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php Wraps the theme handler.
RecipeRunnerTest::testModuleAndThemeInstall function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php
RecipeRunnerTest::testThemeModuleDependenciesInstall function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php
Registry::$themeHandler property core/lib/Drupal/Core/Theme/Registry.php The theme handler.
Registry::$themeInitialization property core/lib/Drupal/Core/Theme/Registry.php The theme initialization.
Registry::$themeManager property core/lib/Drupal/Core/Theme/Registry.php The theme manager.
Registry::$themeName property core/lib/Drupal/Core/Theme/Registry.php The name of the theme for which to construct the registry, if given.
Registry::setThemeManager function core/lib/Drupal/Core/Theme/Registry.php Sets the theme manager.
RegistryTest::$themeHandler property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The mocked theme handler.
RegistryTest::$themeInitialization property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The mocked theme initialization.
RegistryTest::$themeManager property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The theme manager.
RegistryTest::provider40xThemeSuggestions function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Data provider for test40xThemeSuggestions().
RegistryTest::test200ThemeSuggestions function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests page theme suggestions for 200 responses.
RegistryTest::test40xThemeSuggestions function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests page theme suggestions for 40x responses.
RegistryTest::testLegacyThemeGetRegistry function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests deprecated theme_get_registry function.
RegistryTest::testLegacyThemeRegistryRebuild function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests deprecated drupal_theme_rebuild() function.
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.

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