Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| theme-test-general-suggestions--theme-override.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by the test_theme theme via hook_theme_suggestions_alter(). |
| theme-test-general-suggestions.html.twig | file | core/ |
{# Output for Theme API test #} Original template for testing hook_theme_suggestions_alter(). |
| theme-test-preprocess-callback.html.twig | file | core/ |
{{ foo }} |
| theme-test-preprocess-suggestions--kitten--bearcat.html.twig | file | core/ |
<div class="suggestion">{{ foo }}</div> {% if bar %} <div class="suggestion">{{ bar }}</div> {% endif %} |
| theme-test-preprocess-suggestions--suggestion.html.twig | file | core/ |
<div class="suggestion">{{ foo }}</div> |
| theme-test-preprocess-suggestions.html.twig | file | core/ |
<div class="suggestion">{{ foo }}</div> {% if bar %} <div class="suggestion">{{ bar }}</div> {% endif %} |
| theme-test-registered-by-module.html.twig | file | core/ |
{# Output for Theme API test #} Template provided by theme is registered by module. |
| theme-test-render-element-children.html.twig | file | core/ |
{# Output for Theme API test #} {{ element -}} |
| theme-test-render-element.html.twig | file | core/ |
<div{{ attributes }}></div> |
| theme-test-specific-suggestions--variant--foo.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on suggestion alter hook determined by the base hook. <p>Theme hook suggestions: {{ theme_hook_suggestions|safe_join("<br />") }}</p> |
| theme-test-specific-suggestions--variant.html.twig | file | core/ |
{# Output for Theme API test #} Template matching the specific theme call. <p>Theme hook suggestions: {{ theme_hook_suggestions|safe_join("<br />") }}</p> |
| theme-test-specific-suggestions.html.twig | file | core/ |
{# Output for Theme API test #} Template for testing specific theme calls. |
| theme-test-suggestion-provided--foo.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on suggestion provided by the module declaring the theme hook. |
| theme-test-suggestion-provided.html.twig | file | core/ |
{# Output for Theme API test #} Template for testing suggestions provided by the module declaring the theme hook. |
| theme-test-suggestions--module-override.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by a module via hook_theme_suggestions_HOOK_alter(). |
| theme-test-suggestions--theme-override.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by the test_theme theme via hook_theme_suggestions_HOOK_alter(). |
| theme-test-suggestions.html.twig | file | core/ |
{# Output for Theme API test #} Original template for testing hook_theme_suggestions_HOOK_alter(). |
| theme-test-theme-class.html.twig | file | core/ |
<p>{{ message }}</p> |
| theme.css | file | core/ |
Seven styles for jQuery UI. Overrides /core/assets/vendor/jquery.ui/themes/base/theme.css. |
| theme.css | file | core/ |
Claro styles for jQuery UI. Overrides /core/assets/vendor/jquery.ui/themes/base/theme.css. |
| theme.css | file | core/ |
/*! * jQuery UI CSS Framework 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ * * To view and… |
| theme.negotiator.ajax_base_page | service | core/ |
Drupal\Core\Theme\AjaxBasePageNegotiator |
| theme.negotiator.system.batch | service | core/ |
Drupal\system\Theme\BatchNegotiator |
| theme.negotiator.system.db_update | service | core/ |
Drupal\system\Theme\DbUpdateNegotiator |
| theme.negotiator.test_custom_theme | service | core/ |
Drupal\theme_test\Theme\CustomThemeNegotiator |
| theme.negotiator.test_theme | service | core/ |
Drupal\menu_test\Theme\TestThemeNegotiator |
| theme.pcss.css | file | core/ |
Claro styles for jQuery UI. Overrides /core/assets/vendor/jquery.ui/themes/base/theme.css. |
| theme.registry | service | core/ |
Drupal\Core\Theme\Registry |
| Theme::getInstallDirectory | function | core/ |
Returns the directory where a theme should be installed. |
| Theme::isInstalled | function | core/ |
Checks if the project is installed. |
| Theme::postInstall | function | core/ |
Performs actions after installation. |
| Theme::postInstallTasks | function | core/ |
Returns an array of links to pages that should be visited post operation. |
| ThemeAccessCheck | class | core/ |
Provides access checking for themes for routing and theme negotiation. |
| ThemeAccessCheck.php | file | core/ |
|
| ThemeAccessCheck::$themeHandler | property | core/ |
The theme handler. |
| ThemeAccessCheck::access | function | core/ |
Checks access to the theme for routing. |
| ThemeAccessCheck::checkAccess | function | core/ |
Indicates whether the theme is accessible based on whether it is installed. |
| ThemeAccessCheck::__construct | function | core/ |
Constructs a \Drupal\Core\Theme\Registry object. |
| ThemeAdminForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| ThemeAdminForm::submitForm | function | core/ |
Form submission handler. |
| ThemeCacheContext::__construct | function | core/ |
Constructs a new ThemeCacheContext service. |
| ThemeClass | class | core/ |
Represents a random class, used to test if themes can provide classes. |
| ThemeClass.php | file | core/ |
|
| ThemeController::$themeInstaller | property | core/ |
The theme installer service. |
| ThemeController::$themeList | property | core/ |
An extension discovery instance. |
| ThemeController::install | function | core/ |
Installs a theme. |
| ThemeController::setDefaultTheme | function | core/ |
Set the default theme. |
| ThemeController::uninstall | function | core/ |
Uninstalls a theme. |
| ThemeController::willInstallExperimentalTheme | function | core/ |
Checks if the given theme requires the installation of experimental themes. |
| ThemeController::__construct | function | core/ |
Constructs a new ThemeController. |
Pagination
- Previous page
- Page 1276
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.