Search for theme_
- Search 7.x for theme_
- Search 9.5.x for theme_
- Search 8.9.x for theme_
- Search 10.3.x for theme_
- Search main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DefaultConfigTest::testThemeConfig | function | core/ |
Tests if installed config is equal to the exported config. |
| DefaultConfigTest::themeListDataProvider | function | core/ |
A data provider that lists every theme in core. |
| deprecated_theme_test.info.yml | file | core/ |
core/modules/system/tests/themes/deprecated_theme_test/deprecated_theme_test.info.yml |
| disable_transitions.theme.css | file | core/ |
/** * Remove CSS animation effects that can cause random test failures. */ * { /* CSS transitions. */ -o-transition: none !important; -webkit-transition: none !important; transition: none !important; -o-transition-property: none… |
| DrupalKernel::$themeExtensions | property | core/ |
List of available themes. |
| DrupalKernel::$themeList | property | core/ |
Holds the list of enabled themes from core.extension config. |
| DrupalKernel::themeExtensions | function | core/ |
Returns theme data on the filesystem. |
| DrupalKernel::updateThemes | function | core/ |
Updates the kernel's list of themes to the new list. |
| DrupalKernelInterface::updateThemes | function | core/ |
Updates the kernel's list of themes to the new list. |
| Drupal\Core\Extension\ThemeSettingsProvider | service | core/ |
|
| Drupal\Core\Template\TwigThemeEngine | service | core/ |
|
| Drupal\Core\Theme\ComponentNegotiator | service | core/ |
|
| Drupal\Core\Theme\Component\ComponentValidator | service | core/ |
|
| Drupal\Core\Theme\Component\SchemaCompatibilityChecker | service | core/ |
|
| Drupal\Core\Theme\Icon\IconCollector | service | core/ |
|
| Drupal\Core\Theme\Icon\IconFinder | service | core/ |
|
| Drupal\Core\Theme\ImagePreprocess | service | core/ |
Drupal\Core\Theme\ImagePreprocess |
| Drupal\Core\Theme\ThemePreprocess | service | core/ |
Drupal\Core\Theme\ThemePreprocess |
| Drupal\system\Theme\SystemAdminThemePreprocess | service | core/ |
Drupal\system\Theme\SystemAdminThemePreprocess |
| drupal_find_theme_templates | function | core/ |
Allows themes and/or theme engines to easily discover overridden templates. |
| ElementInfoManagerTest::$themeHandler | property | core/ |
The mocked theme handler. |
| ElementInfoManagerTest::$themeManager | property | core/ |
The mocked theme manager. |
| ElementsLabelsTest::testFormsInThemeLessEnvironments | function | core/ |
Tests forms in theme-less environments. |
| EntityFilteringThemeTest | class | core/ |
Tests XSS filtering for themed output for each entity type in all themes. |
| EntityFilteringThemeTest.php | file | core/ |
|
| EntityFilteringThemeTest::$comment | property | core/ |
A test comment. |
| EntityFilteringThemeTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| EntityFilteringThemeTest::$modules | property | core/ |
Modules to install. |
| EntityFilteringThemeTest::$node | property | core/ |
A test node. |
| EntityFilteringThemeTest::$term | property | core/ |
A test taxonomy term. |
| EntityFilteringThemeTest::$themes | property | core/ |
A list of all available themes. |
| EntityFilteringThemeTest::$user | property | core/ |
A test user. |
| EntityFilteringThemeTest::$xssLabel | property | core/ |
A string containing markup and JS. |
| EntityFilteringThemeTest::setUp | function | core/ |
|
| EntityFilteringThemeTest::testThemedEntity | function | core/ |
Checks each themed entity for XSS filtering in available themes. |
| EntityViewBuilder::$themeRegistry | property | core/ |
The theme registry. |
| example_theme.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml |
| ExperimentalThemeTest | class | core/ |
Tests the installation of experimental themes. |
| ExperimentalThemeTest.php | file | core/ |
|
| ExperimentalThemeTest::$adminUser | property | core/ |
The admin user. |
| ExperimentalThemeTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ExperimentalThemeTest::setUp | function | core/ |
|
| ExperimentalThemeTest::testExperimentalConfirmForm | function | core/ |
Tests installing experimental themes and dependencies in the UI. |
| experimental_theme_dependency_test.info.yml | file | core/ |
core/modules/system/tests/themes/experimental_theme_dependency_test/experimental_theme_dependency_test.info.yml |
| experimental_theme_test.info.yml | file | core/ |
core/modules/system/tests/themes/experimental_theme_test/experimental_theme_test.info.yml |
| ExposedFilterAJAXTest::testExposedFilteringThemeNegotiation | function | core/ |
Tests if exposed filtering via AJAX theme negotiation works. |
| extension.list.theme_engine | service | core/ |
Drupal\Core\Extension\ThemeEngineExtensionList |
| ExtensionExistsConstraintValidator::$themeHandler | property | core/ |
The theme handler service. |
| ExtensionListTestTrait::getThemePath | function | core/ |
Gets the path for the specified theme. |
| ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingThemeEngine | function | core/ |
Tests extension path resolving with non existing theme engine. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.