Search for theme_

  1. Search 7.x for theme_
  2. Search 8.9.x for theme_
  3. Search 10.3.x for theme_
  4. Search 11.x for theme_
  5. Search main for theme_
  6. Other projects
Title Object type File name Summary
NewDefaultThemeBlocksTest::$modules property core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php Modules to enable.
NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks function core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php Check the blocks are correctly copied by block_themes_installed().
NodeDisplayConfigurableTest::provideThemes function core/modules/rdf/tests/src/Functional/Node/NodeDisplayConfigurableTest.php Data provider for ::testDisplayConfigurable().
NodeTemplateSuggestionsTest::testNodeThemeHookSuggestions function core/modules/node/tests/src/Functional/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
off-canvas.theme.css file core/misc/dialog/off-canvas.theme.css Styling for the off-canvas ui dialog. Including overrides for jQuery UI.
off-canvas.theme.css file core/themes/stable9/css/core/dialog/off-canvas.theme.css Styling for the off-canvas ui dialog. Including overrides for jQuery UI.
off-canvas.theme.css file core/themes/claro/css/base/off-canvas.theme.css Styling for the off-canvas ui dialog.
off-canvas.theme.css file core/themes/stable/css/core/dialog/off-canvas.theme.css Styling for the off-canvas ui dialog. Including overrides for jQuery UI.
off-canvas.theme.pcss.css file core/themes/claro/css/base/off-canvas.theme.pcss.css Styling for the off-canvas ui dialog.
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().
PasswordWidgetThemeFunctionTest class core/modules/user/tests/src/FunctionalJavascript/PasswordWidgetThemeFunctionTest.php Tests the JS components added to the PasswordConfirm render element.
PasswordWidgetThemeFunctionTest.php file core/modules/user/tests/src/FunctionalJavascript/PasswordWidgetThemeFunctionTest.php
PasswordWidgetThemeFunctionTest::$defaultTheme property core/modules/user/tests/src/FunctionalJavascript/PasswordWidgetThemeFunctionTest.php The theme to install as the default for testing.
PasswordWidgetThemeFunctionTest::$failOnJavascriptConsoleErrors property core/modules/user/tests/src/FunctionalJavascript/PasswordWidgetThemeFunctionTest.php @todo Remove this class property in https://www.drupal.org/node/3217947.
PasswordWidgetThemeFunctionTest::$modules property core/modules/user/tests/src/FunctionalJavascript/PasswordWidgetThemeFunctionTest.php Modules to enable.
PasswordWidgetThemeFunctionTest::$testUser property core/modules/user/tests/src/FunctionalJavascript/PasswordWidgetThemeFunctionTest.php User for testing.
PasswordWidgetThemeFunctionTest::setUp function core/modules/user/tests/src/FunctionalJavascript/PasswordWidgetThemeFunctionTest.php
PasswordWidgetThemeFunctionTest::testPasswordConfirmWidgetJsComponents function core/modules/user/tests/src/FunctionalJavascript/PasswordWidgetThemeFunctionTest.php Tests password widget theme functions and its deprecations.
password_theme_function_test.info.yml file core/modules/user/tests/themes/password_theme_function_test/password_theme_function_test.info.yml core/modules/user/tests/themes/password_theme_function_test/password_theme_function_test.info.yml
password_theme_function_test.libraries.yml file core/modules/user/tests/themes/password_theme_function_test/password_theme_function_test.libraries.yml core/modules/user/tests/themes/password_theme_function_test/password_theme_function_test.libraries.yml
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.
quickedit.icons.theme.css file core/themes/stable9/css/quickedit/quickedit.icons.theme.css Icons for Quick Edit module.
quickedit.icons.theme.css file core/themes/stable/css/quickedit/quickedit.icons.theme.css Icons for Quick Edit module.
quickedit.icons.theme.css file core/modules/quickedit/css/quickedit.icons.theme.css Icons for Quick Edit module.
quickedit.theme.css file core/modules/quickedit/css/quickedit.theme.css Styling for Quick Edit module.
quickedit.theme.css file core/themes/stable9/css/quickedit/quickedit.theme.css Styling for Quick Edit module.
quickedit.theme.css file core/themes/stable/css/quickedit/quickedit.theme.css Styling for Quick Edit module.
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.
RegistryLegacyTest::$themeHandler property core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php The mocked theme handler.
RegistryLegacyTest::$themeInitialization property core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php The mocked theme initialization.
RegistryLegacyTest::$themeManager property core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php The theme manager.
RegistryLegacyTest::testGetLegacyThemeFunctionRegistryForModule function core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php Tests getting legacy theme function registry data defined by a module.
RegistryLegacyTest::testMultipleSubThemes function core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php Tests the theme registry with theme functions and multiple subthemes.
RegistryTest::$themeHandler property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The mocked theme handler.

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