Search for theme_
- Search 7.x for theme_
- Search 8.9.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 |
|---|---|---|---|
| contextual.theme.css | file | core/ |
Styling for contextual module. |
| contextual.theme.css | file | core/ |
Styling for contextual module. |
| CoreThemesAutoloadedForTests | class | core/ |
Confirms that core/themes is autoloaded for tests. |
| CoreThemesAutoloadedForTests.php | file | core/ |
|
| CoreThemesAutoloadedForTests::testCoreThemesAutoloadedForTests | function | core/ |
Confirms that core/themes is autoloaded for tests. |
| css_fix.theme.css | file | core/ |
.dialog-off-canvas-main-canvas.js-settings-tray-edit-mode a, .dialog-off-canvas-main-canvas.js-settings-tray-edit-mode input { pointer-events: inherit !important; } |
| CurrentThemeCondition | class | core/ |
Provides a 'Current Theme' condition. |
| CurrentThemeCondition.php | file | core/ |
|
| 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/ |
|
| 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 |
| DbUpdateNegotiator::$themeHandler | property | core/ |
The theme handler. |
| 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; -moz-transition: none !important; -ms-transition: none !important; -webkit-transition: none !important; … |
| 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/ |
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::$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/ |
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.