Files - 10.3.x - drupal
| Title | Deprecated | File name | Namespace | Summary |
|---|---|---|---|---|
| theme-test-foo.html.twig | core/ |
{# Output for Theme API test #} {{ foo -}} | ||
| theme-test-function-template-override.html.twig | core/ |
{# Output for Theme API test #} Success: Template overrides theme function. | ||
| theme-test-general-suggestions--module-override.html.twig | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by a module via hook_theme_suggestions_alter(). Hooks: {{ module_hook }} {{ theme_hook }} | ||
| theme-test-general-suggestions--theme-override.html.twig | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by the test_theme theme via hook_theme_suggestions_alter(). Hooks: {{ module_hook }} {{ theme_hook }} | ||
| theme-test-general-suggestions.html.twig | core/ |
{# Output for Theme API test #} Original template for testing hook_theme_suggestions_alter(). Hooks: {{ module_hook }} {{ theme_hook }} | ||
| theme-test-preprocess-callback.html.twig | core/ |
{{ foo }} | ||
| theme-test-preprocess-suggestions--kitten--bearcat.html.twig | core/ |
<div class="suggestion">{{ foo }}</div> {% if bar %} <div class="suggestion">{{ bar }}</div> {% endif %} | ||
| theme-test-preprocess-suggestions--suggestion.html.twig | core/ |
<div class="suggestion">{{ foo }}</div> | ||
| theme-test-preprocess-suggestions.html.twig | core/ |
<div class="suggestion">{{ foo }}</div> {% if bar %} <div class="suggestion">{{ bar }}</div> {% endif %} | ||
| theme-test-registered-by-module.html.twig | core/ |
{# Output for Theme API test #} Template provided by theme is registered by module. | ||
| theme-test-render-element-children.html.twig | core/ |
{# Output for Theme API test #} {{ element -}} | ||
| theme-test-render-element.html.twig | core/ |
<div{{ attributes }}></div> | ||
| theme-test-specific-suggestions--variant--foo.html.twig | 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 | 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 | core/ |
{# Output for Theme API test #} Template for testing specific theme calls. | ||
| theme-test-suggestion-provided--foo.html.twig | 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 | 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 | 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 | 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 | core/ |
{# Output for Theme API test #} Original template for testing hook_theme_suggestions_HOOK_alter(). | ||
| theme-test-theme-class.html.twig | core/ |
<p>{{ message }}</p> | ||
| theme.api.php | core/ |
Hooks and documentation related to the theme and render system. | ||
| theme.css | core/ |
/*! * jQuery UI CSS Framework 1.13.3 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/category/theming/ * * To view and… | ||
| theme.css | core/ |
Claro styles for jQuery UI. Overrides /core/assets/vendor/jquery.ui/themes/base/theme.css. | ||
| theme.inc | core/ |
The theme system, which controls the output of Drupal. | ||
| theme.maintenance.inc | core/ |
Theming for maintenance pages. | ||
| theme.pcss.css | core/ |
Claro styles for jQuery UI. Overrides /core/assets/vendor/jquery.ui/themes/base/theme.css. | ||
| Theme.php | core/ |
Drupal\Core\Updater | ||
| ThemeAccessCheck.php | core/ |
Drupal\Core\Theme | ||
| ThemeAdminForm.php | core/ |
Drupal\system\Form | ||
| ThemeCacheContext.php | core/ |
Drupal\Core\Cache\Context | ||
| ThemeClass.php | core/ |
Drupal\test_theme | ||
| ThemeController.php | core/ |
Drupal\system\Controller | ||
| ThemeEarlyInitializationTest.php | core/ |
Drupal\Tests\system\Functional\Theme | ||
| ThemeEngineExtensionList.php | core/ |
Drupal\Core\Extension | ||
| ThemeEngineExtensionListTest.php | core/ |
Drupal\KernelTests\Core\Extension | ||
| ThemeExperimentalConfirmForm.php | core/ |
Drupal\system\Form | ||
| ThemeExtensionList.php | core/ |
Drupal\Core\Extension | ||
| ThemeExtensionListTest.php | core/ |
Drupal\Tests\Core\Extension | ||
| ThemeExtensionListTest.php | core/ |
Drupal\KernelTests\Core\Extension | ||
| ThemeHandler.php | core/ |
Drupal\Core\Extension | ||
| ThemeHandlerInterface.php | core/ |
Drupal\Core\Extension | ||
| ThemeHandlerTest.php | core/ |
Drupal\Tests\Core\Extension | ||
| ThemeInfoTest.php | core/ |
Drupal\Tests\system\Functional\Theme | ||
| ThemeInitialization.php | core/ |
Drupal\Core\Theme | ||
| ThemeInitializationInterface.php | core/ |
Drupal\Core\Theme | ||
| ThemeInstallController.php | core/ |
Drupal\nightwatch_theme_install_utility\Controller | ||
| ThemeInstaller.php | core/ |
Drupal\Core\Extension | ||
| ThemeInstallerInterface.php | core/ |
Drupal\Core\Extension | ||
| ThemeInstallerTest.php | core/ |
Drupal\KernelTests\Core\Theme |
Pagination
- Previous page
- Page 265
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.