Files - 11.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
theme-test-general-suggestions.html.twig core/modules/system/tests/modules/theme_test/templates/theme-test-general-suggestions.html.twig {# 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/modules/system/tests/modules/theme_test/templates/theme-test-preprocess-callback.html.twig {{ foo }}
theme-test-preprocess-suggestions--kitten--bearcat.html.twig core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--kitten--bearcat.html.twig <div class="suggestion">{{ foo }}</div> {% if bar %} <div class="suggestion">{{ bar }}</div> {% endif %}
theme-test-preprocess-suggestions--suggestion.html.twig core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--suggestion.html.twig <div class="suggestion">{{ foo }}</div>
theme-test-preprocess-suggestions.html.twig core/modules/system/tests/modules/theme_test/templates/theme-test-preprocess-suggestions.html.twig <div class="suggestion">{{ foo }}</div> {% if bar %} <div class="suggestion">{{ bar }}</div> {% endif %}
theme-test-registered-by-module.html.twig core/modules/system/tests/themes/test_theme/templates/theme-test-registered-by-module.html.twig {# Output for Theme API test #} Template provided by theme is registered by module.
theme-test-render-element-children.html.twig core/modules/system/tests/modules/theme_test/templates/theme-test-render-element-children.html.twig {# Output for Theme API test #} {{ element -}}
theme-test-render-element.html.twig core/modules/system/tests/modules/theme_test/templates/theme-test-render-element.html.twig <div{{ attributes }}></div>
theme-test-specific-suggestions--variant--foo.html.twig core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant--foo.html.twig {# 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/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant.html.twig {# 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/modules/system/tests/modules/theme_test/templates/theme-test-specific-suggestions.html.twig {# Output for Theme API test #} Template for testing specific theme calls.
theme-test-suggestion-provided--foo.html.twig core/modules/system/tests/themes/test_theme/templates/theme-test-suggestion-provided--foo.html.twig {# 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/modules/system/tests/modules/theme_test/templates/theme-test-suggestion-provided.html.twig {# 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/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--module-override.html.twig {# 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/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig {# 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/modules/system/tests/modules/theme_test/templates/theme-test-suggestions.html.twig {# Output for Theme API test #} Original template for testing hook_theme_suggestions_HOOK_alter().
theme-test-theme-class.html.twig core/modules/system/tests/modules/theme_test/templates/theme-test-theme-class.html.twig <p>{{ message }}</p>
theme.api.php core/lib/Drupal/Core/Render/theme.api.php Hooks and documentation related to the theme and render system.
theme.css core/assets/vendor/jquery.ui/themes/base/theme.css /*! * jQuery UI CSS Framework 1.14.1 * 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/themes/claro/css/components/jquery.ui/theme.css Claro styles for jQuery UI. Overrides /core/assets/vendor/jquery.ui/themes/base/theme.css.
theme.inc core/includes/theme.inc The theme system, which controls the output of Drupal.
theme.maintenance.inc core/includes/theme.maintenance.inc Theming for maintenance pages.
theme.pcss.css core/themes/claro/css/components/jquery.ui/theme.pcss.css Claro styles for jQuery UI. Overrides /core/assets/vendor/jquery.ui/themes/base/theme.css.
Theme.php core/lib/Drupal/Core/Updater/Theme.php Drupal\Core\Updater
ThemeAccessCheck.php core/lib/Drupal/Core/Theme/ThemeAccessCheck.php Drupal\Core\Theme
ThemeAdminForm.php core/modules/system/src/Form/ThemeAdminForm.php Drupal\system\Form
ThemeCacheContext.php core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php Drupal\Core\Cache\Context
ThemeClass.php core/modules/system/tests/themes/test_theme/src/ThemeClass.php Drupal\test_theme
ThemeCommonElements.php core/lib/Drupal/Core/Theme/ThemeCommonElements.php Drupal\Core\Theme
ThemeController.php core/modules/system/src/Controller/ThemeController.php Drupal\system\Controller
ThemeEarlyInitializationTest.php core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php Drupal\Tests\system\Functional\Theme
ThemeEngineExtensionList.php core/lib/Drupal/Core/Extension/ThemeEngineExtensionList.php Drupal\Core\Extension
ThemeEngineExtensionListTest.php core/tests/Drupal/KernelTests/Core/Extension/ThemeEngineExtensionListTest.php Drupal\KernelTests\Core\Extension
ThemeExperimentalConfirmForm.php core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Drupal\system\Form
ThemeExtensionList.php core/lib/Drupal/Core/Extension/ThemeExtensionList.php Drupal\Core\Extension
ThemeExtensionListTest.php core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Drupal\Tests\Core\Extension
ThemeExtensionListTest.php core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php Drupal\KernelTests\Core\Extension
ThemeHandler.php core/lib/Drupal/Core/Extension/ThemeHandler.php Drupal\Core\Extension
ThemeHandlerInterface.php core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Drupal\Core\Extension
ThemeHandlerTest.php core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Drupal\Tests\Core\Extension
ThemeHook.php core/modules/system/src/Hook/ThemeHook.php Drupal\system\Hook
ThemeInfoTest.php core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php Drupal\Tests\system\Functional\Theme
ThemeInitialization.php core/lib/Drupal/Core/Theme/ThemeInitialization.php Drupal\Core\Theme
ThemeInitializationInterface.php core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Drupal\Core\Theme
ThemeInstallController.php core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php Drupal\nightwatch_theme_install_utility\Controller
ThemeInstaller.php core/lib/Drupal/Core/Extension/ThemeInstaller.php Drupal\Core\Extension
ThemeInstallerInterface.php core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php Drupal\Core\Extension
ThemeInstallerTest.php core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Drupal\KernelTests\Core\Theme
ThemeLocalTask.php core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php Drupal\block\Plugin\Derivative
ThemeLocalTask.php core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php Drupal\system\Plugin\Derivative

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.