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 11.x for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ContentModerationThemeHooks | class | core/ |
Hook implementations for content_moderation. |
| ContentModerationThemeHooks.php | file | core/ |
|
| ContentModerationThemeHooks::preprocessNode | function | core/ |
Implements hook_preprocess_HOOK(). |
| ContentTranslationThemeHooks | class | core/ |
Hook implementations for content_translation. |
| ContentTranslationThemeHooks.php | file | core/ |
|
| ContentTranslationThemeHooks::preprocessLanguageContentSettingsTable | function | core/ |
Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig. |
| ContentTranslationThemeHooks::__construct | function | core/ |
|
| content_moderation.theme.css | file | core/ |
Theme styles for the content_moderation module. |
| content_moderation.theme.css | file | core/ |
Theme styles for the content_moderation module. |
| contextual.icons.theme.css | file | core/ |
Styling for contextual module icons. |
| contextual.icons.theme.css | file | core/ |
Styling for contextual module icons. |
| contextual.icons.theme.pcss.css | file | core/ |
Styling for contextual module icons. |
| contextual.theme.css | file | core/ |
Styling for contextual module. |
| contextual.theme.css | file | core/ |
Styling for contextual module. |
| ContextualThemeHooks | class | core/ |
Hook implementations for contextual. |
| ContextualThemeHooks.php | file | core/ |
|
| ContextualThemeHooks::preprocess | function | core/ |
Implements hook_preprocess(). |
| ContextualThemeHooks::__construct | function | core/ |
|
| ContextualUnitTest::testThemePlaceholder | function | core/ |
Tests the placeholder of contextual links in a specific theme. |
| CoreThemesAutoloadedForTestsTest | class | core/ |
Confirms that core/themes is autoloaded for tests. |
| CoreThemesAutoloadedForTestsTest.php | file | core/ |
|
| CoreThemesAutoloadedForTestsTest::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::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 install. |
| 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; -webkit-transition: none !important; transition: none !important; -o-transition-property: none… |
| DrupalKernel::$themeExtensions | property | core/ |
List of available themes. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.