Search for theme_
- Search 7.x for theme_
- Search 9.5.x for theme_
- Search 10.3.x for theme_
- Search 11.x for theme_
- Search main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CurrentThemeCondition::$themeHandler | property | core/ |
The theme handler. |
| CurrentThemeCondition::$themeManager | property | core/ |
The theme manager. |
| CurrentThemeCondition::buildConfigurationForm | function | core/ |
Form constructor. |
| CurrentThemeCondition::create | function | core/ |
Creates an instance of the plugin. |
| CurrentThemeCondition::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| CurrentThemeCondition::evaluate | function | core/ |
Evaluates the condition and returns TRUE or FALSE accordingly. |
| CurrentThemeCondition::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| CurrentThemeCondition::submitConfigurationForm | function | core/ |
Form submission handler. |
| CurrentThemeCondition::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
| CurrentThemeCondition::__construct | function | core/ |
Constructs a CurrentThemeCondition condition plugin. |
| CurrentThemeConditionTest | class | core/ |
Tests the CurrentThemeCondition plugin. |
| CurrentThemeConditionTest.php | file | core/ |
|
| CurrentThemeConditionTest::$modules | property | core/ |
Modules to enable. |
| CurrentThemeConditionTest::testCurrentTheme | function | core/ |
Tests the current theme condition. |
| CustomThemeNegotiator | class | core/ |
Just forces the 'test_theme' theme. |
| CustomThemeNegotiator.php | file | core/ |
|
| CustomThemeNegotiator::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
| CustomThemeNegotiator::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
| d7_global_theme_settings.yml | file | core/ |
core/modules/system/migrations/d7_global_theme_settings.yml |
| d7_theme_settings.yml | file | core/ |
core/modules/system/migrations/d7_theme_settings.yml |
| DefaultConfigTest::$themes | property | core/ |
Themes which provide default configuration and need enabling. |
| disable_transitions.theme.css | file | core/ |
/** * Remove CSS animation effects that can cause random test failures. */ * { /* CSS transitions. */ -o-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; -webkit-transition: none !important; … |
| drupal-8.admin_theme_0.php | file | core/ |
Test fixture. |
| drupal-8.stable-base-theme-2575421.php | file | core/ |
Contains database additions to drupal-8.bare.standard.php.gz for testing the upgrade path of https://www.drupal.org/node/2575421. |
| drupal-8.theme-dependencies-in-module-key-2904550.php | file | core/ |
Contains database additions to drupal-8.4.0.bare.standard.php.gz for testing upgrade path of https://www.drupal.org/project/drupal/issues/2904550. |
| drupal_find_theme_functions | function | core/ |
Allows themes and/or theme engines to discover overridden theme functions. |
| drupal_find_theme_templates | function | core/ |
Allows themes and/or theme engines to easily discover overridden templates. |
| drupal_theme_rebuild | function | core/ |
Forces the system to rebuild the theme registry. |
| ElementInfoManager::$themeManager | property | core/ |
The theme manager. |
| ElementInfoManagerTest::$themeManager | property | core/ |
The mocked theme manager. |
| ElementsLabelsTest::testFormsInThemeLessEnvironments | function | core/ |
Test forms in theme-less environments. |
| EntityFilteringThemeTest | class | core/ |
Tests themed output for each entity type in all available themes to ensure entity labels are filtered for XSS. |
| 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::$node | property | core/ |
A test node. |
| EntityFilteringThemeTest::$profile | property | core/ |
Use the standard profile. |
| 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 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/ |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.