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
ElementInfoManager::$themeManager property core/lib/Drupal/Core/Render/ElementInfoManager.php The theme manager.
ElementInfoManagerTest::$themeHandler property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The mocked theme handler.
ElementInfoManagerTest::$themeManager property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The mocked theme manager.
ElementsLabelsTest::testFormsInThemeLessEnvironments function core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php Tests forms in theme-less environments.
EntityFilteringThemeTest class core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Tests XSS filtering for themed output for each entity type in all themes.
EntityFilteringThemeTest.php file core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
EntityFilteringThemeTest::$comment property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test comment.
EntityFilteringThemeTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php The theme to install as the default for testing.
EntityFilteringThemeTest::$modules property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Modules to install.
EntityFilteringThemeTest::$node property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test node.
EntityFilteringThemeTest::$term property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test taxonomy term.
EntityFilteringThemeTest::$themes property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A list of all available themes.
EntityFilteringThemeTest::$user property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test user.
EntityFilteringThemeTest::$xssLabel property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A string containing markup and JS.
EntityFilteringThemeTest::setUp function core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
EntityFilteringThemeTest::testThemedEntity function core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Checks each themed entity for XSS filtering in available themes.
EntityViewBuilder::$themeRegistry property core/lib/Drupal/Core/Entity/EntityViewBuilder.php The theme registry.
example_theme.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml
ExperimentalThemeTest class core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php Tests the installation of experimental themes.
ExperimentalThemeTest.php file core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php
ExperimentalThemeTest::$adminUser property core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php The admin user.
ExperimentalThemeTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php The theme to install as the default for testing.
ExperimentalThemeTest::setUp function core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php
ExperimentalThemeTest::testExperimentalConfirmForm function core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php Tests installing experimental themes and dependencies in the UI.
experimental_theme_dependency_test.info.yml file core/modules/system/tests/themes/experimental_theme_dependency_test/experimental_theme_dependency_test.info.yml core/modules/system/tests/themes/experimental_theme_dependency_test/experimental_theme_dependency_test.info.yml
experimental_theme_test.info.yml file core/modules/system/tests/themes/experimental_theme_test/experimental_theme_test.info.yml core/modules/system/tests/themes/experimental_theme_test/experimental_theme_test.info.yml
ExposedFilterAJAXTest::testExposedFilteringThemeNegotiation function core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php Tests if exposed filtering via AJAX theme negotiation works.
extension.list.theme_engine service core/core.services.yml Drupal\Core\Extension\ThemeEngineExtensionList
ExtensionExistsConstraint::$themeMessage property core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraint.php The error message for a non-existent theme.
ExtensionExistsConstraintValidator::$themeHandler property core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php The theme handler service.
ExtensionListTestTrait::getThemePath function core/tests/Drupal/Tests/ExtensionListTestTrait.php Gets the path for the specified theme.
ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingThemeEngine function core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php @covers ::getPathname[[api-linebreak]]
FieldPluginBase::themeFunctions function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Provide a full list of possible theme templates used by this style.
field_ui.icons.theme.css file core/modules/field_ui/css/field_ui.icons.theme.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/* cspell:ignore cacbd */
.field-option__icon {
position: relative;
height: 100%;
background-image:…
field_ui.icons.theme.pcss.css file core/modules/field_ui/css/field_ui.icons.theme.pcss.css /* cspell:ignore cacbd */
.field-option__icon {
position: relative;
height: 100%;
background-image: url(../../../misc/icons/cacbd2/puzzle_piece_placeholder.svg);
background-repeat: no-repeat;
background-position: center;
background-size:…
field_ui_add_field.theme.css file core/modules/field_ui/css/field_ui_add_field.theme.css field_ui_add_field.theme.css
file.icon.theme.css file core/modules/file/css/file.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-file_upload {
background-image: url("data:image/svg+xml,%3csvg height='36'…
file.icon.theme.pcss.css file core/modules/file/css/file.icon.theme.pcss.css .field-icon-file_upload {
background-image: url(../../../misc/icons/55565b/file_upload.svg);
}
FileFieldWidgetClaroThemeTest class core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetClaroThemeTest.php Tests the widget visibility settings for the Claro theme.
FileFieldWidgetClaroThemeTest.php file core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetClaroThemeTest.php
FileFieldWidgetClaroThemeTest::$defaultTheme property core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetClaroThemeTest.php The theme to install as the default for testing.
FileFieldWidgetClaroThemeTest::testWidgetDefaultVisibilitySettings function core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetClaroThemeTest.php Tests that the field widget visibility settings are respected on the form.
filter.theme.css file core/themes/olivero/css/theme/filter.theme.css Styling for the Filter module.
filter.theme.css file core/themes/claro/css/theme/filter.theme.css Styling for the Filter module.
filter.theme.pcss.css file core/themes/olivero/css/theme/filter.theme.pcss.css Styling for the Filter module.
filter.theme.pcss.css file core/themes/claro/css/theme/filter.theme.pcss.css Styling for the Filter module.
FilteredPluginManagerTrait::themeManager function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Wraps the theme manager.
FormBuilder::$themeManager property core/lib/Drupal/Core/Form/FormBuilder.php The theme manager.
FormTestBase::$themeManager property core/tests/Drupal/Tests/Core/Form/FormTestBase.php The mocked theme manager.
forum_theme_suggestions_forums function core/modules/forum/forum.module Implements hook_theme_suggestions_HOOK().

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