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 |
|---|---|---|---|
| ThemeTestController.php | file | core/ |
|
| ThemeTestController::functionSuggestionAlter | function | core/ |
Menu callback for testing suggestion alter hooks with theme functions. |
| ThemeTestController::functionTemplateOverridden | function | core/ |
A theme template that overrides a theme function. |
| ThemeTestController::generalSuggestionAlter | function | core/ |
Menu callback for testing hook_theme_suggestions_alter(). |
| ThemeTestController::nonHtml | function | core/ |
Controller to ensure that no theme is initialized. |
| ThemeTestController::preprocessSuggestions | function | core/ |
Controller for testing preprocess functions with theme suggestions. |
| ThemeTestController::specificSuggestionAlter | function | core/ |
Menu callback for testing suggestion alter hooks with specific suggestions. |
| ThemeTestController::suggestionAlter | function | core/ |
Menu callback for testing suggestion alter hooks with template files. |
| ThemeTestController::suggestionAlterInclude | function | core/ |
Menu callback for testing includes with suggestion alter hooks. |
| ThemeTestController::suggestionProvided | function | core/ |
Menu callback for testing suggestion alter hooks with template files. |
| ThemeTestController::testInfoStylesheets | function | core/ |
Adds stylesheets to test theme .info.yml property processing. |
| ThemeTestController::testInlineTemplate | function | core/ |
Tests the inline template functionality. |
| ThemeTestController::testRequestListener | function | core/ |
Tests themed output generated in a request listener. |
| ThemeTestController::testSuggestion | function | core/ |
Calls a theme hook suggestion. |
| ThemeTestController::testTemplate | function | core/ |
Tests template overriding based on filename. |
| ThemeTestController::testThemeClass | function | core/ |
Controller for testing a namespaced class in a theme. |
| ThemeTestSubscriber | class | core/ |
Theme test subscriber for controller requests. |
| ThemeTestSubscriber.php | file | core/ |
|
| ThemeTestSubscriber::$container | property | core/ |
The used container. |
| ThemeTestSubscriber::$currentRouteMatch | property | core/ |
The current route match. |
| ThemeTestSubscriber::$renderer | property | core/ |
The renderer. |
| ThemeTestSubscriber::getSubscribedEvents | function | core/ |
|
| ThemeTestSubscriber::onRequest | function | core/ |
Generates themed output early in a page request. |
| ThemeTestSubscriber::onView | function | core/ |
Ensures that the theme registry was not initialized. |
| ThemeTestSubscriber::__construct | function | core/ |
Constructs a new ThemeTestSubscriber. |
| ThemeTokenTest | class | core/ |
Tests the generation of 'theme_token' key in Drupal settings. |
| ThemeTokenTest.php | file | core/ |
|
| ThemeTokenTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ThemeTokenTest::$modules | property | core/ |
We want to visit the 'admin/structure/block' page. |
| ThemeTokenTest::setUp | function | core/ |
|
| ThemeTokenTest::testThemeToken | function | core/ |
Tests if the 'theme_token' key of 'ajaxPageState' is computed. |
| ThemeUiTest | class | core/ |
Tests the theme UI. |
| ThemeUiTest.php | file | core/ |
|
| ThemeUiTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ThemeUiTest::$testModules | property | core/ |
Modules used for testing. |
| ThemeUiTest::assertUninstallableTheme | function | core/ |
Checks related to uninstallable themes due to module dependencies. |
| ThemeUiTest::providerTestThemeInstallWithModuleDependencies | function | core/ |
Data provider for testThemeInstallWithModuleDependencies(). |
| ThemeUiTest::setUp | function | core/ |
|
| ThemeUiTest::testInstallModuleWithIncompatibleDependencies | function | core/ |
Tests installing a theme with incompatible module dependencies. |
| ThemeUiTest::testInstallModuleWithMissingDependencies | function | core/ |
Tests installing a theme with missing module dependencies. |
| ThemeUiTest::testModulePermissions | function | core/ |
Tests permissions for enabling themes depending on disabled modules. |
| ThemeUiTest::testThemeInstallWithModuleDependencies | function | core/ |
Tests installing a theme with module dependencies. |
| ThemeUiTest::uninstallModules | function | core/ |
Uninstalls modules via the admin UI. |
| ThemeUiTest::uninstallTheme | function | core/ |
Uninstalls a theme via the admin UI. |
| theme_get_registry | function | core/ |
Gets the theme registry. |
| theme_get_setting | function | core/ |
Retrieves a setting for the current theme or for a given theme. |
| theme_get_suggestions | function | core/ |
Generate an array of suggestions from path arguments. |
| theme_handler | service | core/ |
Drupal\Core\Extension\ThemeHandler |
| theme_installer | service | core/ |
Drupal\Core\Extension\ThemeInstaller |
| theme_legacy_suggestions_test.inc | file | core/ |
Include file for testing theme suggestion hooks for legacy theme functions. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.