Files - 9.5.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
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.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.css core/themes/seven/css/components/jquery.ui/theme.css Seven styles for jQuery UI. Overrides /core/assets/vendor/jquery.ui/themes/base/theme.css.
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
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 Contains \Drupal\Tests\Core\Extension\ThemeHandlerTest.
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
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
ThemeLegacyTest.php core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php Drupal\Tests\system\Functional\Theme
ThemeLocalTask.php core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php Drupal\system\Plugin\Derivative
ThemeLocalTask.php core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php Drupal\block\Plugin\Derivative
ThemeManager.php core/lib/Drupal/Core/Theme/ThemeManager.php Drupal\Core\Theme
ThemeManagerInterface.php core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Drupal\Core\Theme
ThemeNegotiator.php core/lib/Drupal/Core/Theme/ThemeNegotiator.php Drupal\Core\Theme
ThemeNegotiatorInterface.php core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php Drupal\Core\Theme
ThemeNegotiatorTest.php core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php Drupal\Tests\Core\Theme
ThemeRegistry.php core/lib/Drupal/Core/Utility/ThemeRegistry.php Drupal\Core\Utility
ThemeRegistryLoader.php core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php Drupal\Core\Template\Loader
ThemeRegistryLoaderTest.php core/tests/Drupal/Tests/Core/Template/Loader/ThemeRegistryLoaderTest.php Drupal\Tests\Core\Template\Loader
ThemeRenderAndAutoescapeTest.php core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Drupal\KernelTests\Core\Theme Contains \Drupal\KernelTests\Core\Theme\ThemeRenderAndAutoescapeTest.
themes.README.txt core/assets/scaffold/files/themes.README.txt Themes allow you to change the look and feel of your Drupal site. You can use themes contributed by others or create your own. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Placing downloaded and custom themes in this directory…
ThemeSettings.php core/lib/Drupal/Core/Theme/ThemeSettings.php Drupal\Core\Theme
ThemeSettings.php core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Drupal\system\Plugin\migrate\destination\d7

Other projects


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