Files - main - drupal

Primary tabs

Title Deprecated File name Namespace Summary
titlebar.pcss.css core/misc/dialog/off-canvas/css/titlebar.pcss.css Styling for the titlebar within the off-canvas dialog.
TitleBlockPluginInterface.php core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php Drupal\Core\Block
TitleResolver.php core/lib/Drupal/Core/Controller/TitleResolver.php Drupal\Core\Controller
TitleResolverInterface.php core/lib/Drupal/Core/Controller/TitleResolverInterface.php Drupal\Core\Controller
TitleResolverTest.php core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php Drupal\Tests\Core\Controller
ToConfig.php core/lib/Drupal/Core/Form/ToConfig.php Drupal\Core\Form
token.api.php core/lib/Drupal/Core/Utility/token.api.php Hooks related to the Token system.
Token.php core/lib/Drupal/Core/Utility/Token.php Drupal\Core\Utility
Token.php core/lib/Drupal/Core/Render/Element/Token.php Drupal\Core\Render\Element
TokenHooks.php core/modules/file/src/Hook/TokenHooks.php Drupal\file\Hook
TokenizeAreaPluginBase.php core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php Drupal\views\Plugin\views\area
TokenizeAreaUITest.php core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php Drupal\Tests\views_ui\Functional
TokenParser.php core/lib/Drupal/Component/Annotation/Doctrine/TokenParser.php Drupal\Component\Annotation\Doctrine This class is a near-copy of Doctrine\Common\Annotations\TokenParser, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 2.0.2.
TokenReplaceKernelTest.php core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php Drupal\Tests\system\Kernel\Token
TokenReplaceKernelTestBase.php core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php Drupal\Tests\system\Kernel\Token
TokenReplaceTest.php core/modules/views/tests/src/Kernel/TokenReplaceTest.php Drupal\Tests\views\Kernel
TokenReplaceTest.php core/modules/taxonomy/tests/src/Kernel/TokenReplaceTest.php Drupal\Tests\taxonomy\Kernel
TokenReplaceWebTest.php core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php Drupal\Tests\system\Functional\System
TokenTest.php core/tests/Drupal/Tests/Core/Render/Element/TokenTest.php Drupal\Tests\Core\Render\Element
TokenTest.php core/tests/Drupal/Tests/Core/Utility/TokenTest.php Drupal\Tests\Core\Utility
token_test.info.yml core/modules/system/tests/modules/token_test/token_test.info.yml core/modules/system/tests/modules/token_test/token_test.info.yml
token_test.routing.yml core/modules/system/tests/modules/token_test/token_test.routing.yml core/modules/system/tests/modules/token_test/token_test.routing.yml
toolbar-block.css core/modules/navigation/css/components/toolbar-block.css Toolbar block styles.
toolbar-block.pcss.css core/modules/navigation/css/components/toolbar-block.pcss.css Toolbar block styles.
toolbar-button.component.yml core/modules/navigation/components/toolbar-button/toolbar-button.component.yml core/modules/navigation/components/toolbar-button/toolbar-button.component.yml
toolbar-button.css core/modules/navigation/components/toolbar-button/toolbar-button.css Toolbar button styles.
toolbar-button.pcss.css core/modules/navigation/components/toolbar-button/toolbar-button.pcss.css Toolbar button styles.
toolbar-button.twig core/modules/navigation/components/toolbar-button/toolbar-button.twig {# Extra classes variable added to be sure that modifiers will appear after main classes #} {% set classes = [ 'toolbar-button', icon.icon_id ? 'toolbar-button--icon--' ~ icon.icon_id : '', ] %} {% if…
toolbar-dropdown.css core/modules/navigation/css/components/toolbar-dropdown.css /* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* cspell:ignore wght */ :is(#extra-specificity-hack, [data-drupal-admin-styles]) { .toolbar-dropdown__item…
toolbar-dropdown.pcss.css core/modules/navigation/css/components/toolbar-dropdown.pcss.css /* cspell:ignore wght */ :is(#extra-specificity-hack, [data-drupal-admin-styles]) { .toolbar-dropdown__item + .toolbar-dropdown__item { border-top: 1px solid #d8dfea; } .toolbar-dropdown__link { display: block; padding-inline:…
toolbar-menu.css core/modules/navigation/css/components/toolbar-menu.css Admin Toolbar menus styles.
toolbar-menu.pcss.css core/modules/navigation/css/components/toolbar-menu.pcss.css Admin Toolbar menus styles.
toolbar-message.css core/modules/navigation/css/components/toolbar-message.css /* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* cspell:ignore wght */ :is(#extra-specificity-hack, [data-drupal-admin-styles]) { .toolbar-message { …
toolbar-message.pcss.css core/modules/navigation/css/components/toolbar-message.pcss.css /* cspell:ignore wght */ :is(#extra-specificity-hack, [data-drupal-admin-styles]) { .toolbar-message { z-index: 1; display: flex; align-items: start; cursor: pointer; text-align: start; text-decoration: none; …
toolbar-popover.css core/modules/navigation/css/components/toolbar-popover.css /* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ :is(#extra-specificity-hack, [data-drupal-admin-styles]) { .toolbar-popover__wrapper { border: solid…
toolbar-popover.pcss.css core/modules/navigation/css/components/toolbar-popover.pcss.css @import "../base/media-queries.pcss.css"; :is(#extra-specificity-hack, [data-drupal-admin-styles]) { .toolbar-popover__wrapper { border: solid 1px transparent; } .toolbar-popover { border-radius:…
toolbar-warning.css core/profiles/demo_umami/css/toolbar-warning.css Styling for toolbar warning message.
toolbar-workspaces.css core/modules/navigation/css/components/toolbar-workspaces.css Styling for the Workspaces navigation item.
toolbar-workspaces.pcss.css core/modules/navigation/css/components/toolbar-workspaces.pcss.css Styling for the Workspaces navigation item.
toolbar.admin.css core/modules/ckeditor5/css/toolbar.admin.css .ckeditor5-toolbar-disabled { display: flex; justify-content: space-between; } .ckeditor5-toolbar-available { flex: 1; } .ckeditor5-toolbar-tray { display: flex; flex-flow: row wrap; align-items: center; min-height: 40px; margin: 0 0…
toolbar.api.php core/modules/toolbar/toolbar.api.php Hooks provided by the toolbar module.
toolbar.breakpoints.yml core/modules/toolbar/toolbar.breakpoints.yml core/modules/toolbar/toolbar.breakpoints.yml
toolbar.css core/themes/admin/migration/css/components/toolbar.css /* cspell:ignore tmgmt */ body.gin--toolbar { margin-inline-start: 0; padding-block-start: var(--gin-toolbar-y-offset) !important; padding-inline-start: var(--gin-toolbar-x-offset, 256px) !important; } .toolbar { font-family:…
toolbar.css core/themes/admin/migration/css/layout/toolbar.css :root { --gin-toolbar-height: 39px; --gin-toolbar-secondary-height: 48px; --gin-scroll-offset: 72px; --gin-toolbar-y-offset: var(--gin-toolbar-height); --gin-toolbar-x-offset: 0px; --gin-sticky-offset: 0px; } @media (min-width: 64em) { …
toolbar.css core/themes/default_admin/migration/css/components/toolbar.css Styles for the admin toolbar and its trays.
toolbar.css core/themes/default_admin/migration/css/layout/toolbar.css Legacy toolbar layout styles.
toolbar.css core/profiles/demo_umami/themes/umami/css/components/toolbar/toolbar.css This file is used to style the admin toolbar.
toolbar.html.twig core/profiles/demo_umami/themes/umami/templates/classy/navigation/toolbar.html.twig Theme override for the administrative toolbar.
toolbar.html.twig core/themes/stable9/templates/navigation/toolbar.html.twig Theme override for the administrative toolbar.
toolbar.html.twig core/themes/claro/templates/navigation/toolbar.html.twig Theme override for the administrative toolbar.

Other projects


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