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
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::providerTestExperimentalConfirmForm function core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php Data provider for experimental test themes.
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
extension.list.theme_engine service core/core.services.yml Drupal\Core\Extension\ThemeEngineExtensionList
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.
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().
FunctionalTestSetupTrait::installDefaultThemeFromClassProperty function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Installs the default theme defined by `static::$defaultTheme` when needed.
GenerateTheme.php file core/lib/Drupal/Core/Command/GenerateTheme.php
GenerateTheme::$root property core/lib/Drupal/Core/Command/GenerateTheme.php The path for the Drupal root.
GenerateTheme::configure function core/lib/Drupal/Core/Command/GenerateTheme.php
GenerateTheme::copyRecursive function core/lib/Drupal/Core/Command/GenerateTheme.php Copies files recursively.
GenerateTheme::execute function core/lib/Drupal/Core/Command/GenerateTheme.php
GenerateTheme::getThemeInfo function core/lib/Drupal/Core/Command/GenerateTheme.php Gets theme info using the theme name.
GenerateTheme::getUniqueTmpDirPath function core/lib/Drupal/Core/Command/GenerateTheme.php Generates a path to a temporary location.
GenerateTheme::getVersion function core/lib/Drupal/Core/Command/GenerateTheme.php Gets the current Drupal major version.
GenerateTheme::isStarterkitTheme function core/lib/Drupal/Core/Command/GenerateTheme.php Checks if the theme is a starterkit theme.
GenerateTheme::rmRecursive function core/lib/Drupal/Core/Command/GenerateTheme.php Removes a directory recursively.
GenerateTheme::__construct function core/lib/Drupal/Core/Command/GenerateTheme.php
GenerateThemeTest class core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php Tests the generate-theme commands.
GenerateThemeTest.php file core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php
GenerateThemeTest::$php property core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php The PHP executable path.
GenerateThemeTest::assertThemeExists function core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php Asserts the theme exists. Returns the parsed *.info.yml file.
GenerateThemeTest::generateThemeFromStarterkit function core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php Generates PHP process to generate a theme from core's starterkit theme.
GenerateThemeTest::setUp function core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php
GenerateThemeTest::test function core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php Tests the generate-theme command.
GenerateThemeTest::testContribStarterkit function core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php Tests the generate-theme command on a theme with a release version number.
GenerateThemeTest::testContribStarterkitDevSnapshot function core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php Tests the generate-theme command on a theme with a dev version number.
GenerateThemeTest::testContribStarterkitDevSnapshotWithGitNotInstalled function core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php Tests the generate-theme command on a theme with a dev version without git.
GenerateThemeTest::testCustomStarterkit function core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php Tests the generate-theme command on a theme without a version number.
GenerateThemeTest::testDevSnapshot function core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php Tests the generate-theme command on a dev snapshot of Drupal core.
GenerateThemeTest::testGeneratingFromAnotherTheme function core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php Tests generating a theme from another Starterkit enabled theme.
GenerateThemeTest::testStarterKitFlag function core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php Tests that only themes with `starterkit` flag can be used.

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