Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
TokenTest::setupSiteTokens function core/tests/Drupal/Tests/Core/Utility/TokenTest.php Sets up the token library to return site tokens.
TokenTest::testGetInfo function core/tests/Drupal/Tests/Core/Utility/TokenTest.php @covers ::getInfo[[api-linebreak]]
TokenTest::testReplaceEscaping function core/tests/Drupal/Tests/Core/Utility/TokenTest.php @covers ::replace[[api-linebreak]]
@dataProvider providerTestReplaceEscaping
TokenTest::testReplacePlain function core/tests/Drupal/Tests/Core/Utility/TokenTest.php @covers ::replacePlain[[api-linebreak]]
TokenTest::testReplaceWithBubbleableMetadataObject function core/tests/Drupal/Tests/Core/Utility/TokenTest.php @covers ::replace[[api-linebreak]]
TokenTest::testReplaceWithHookTokensAlterWithBubbleableMetadata function core/tests/Drupal/Tests/Core/Utility/TokenTest.php @covers ::replace[[api-linebreak]]
@covers ::replace[[api-linebreak]]
TokenTest::testReplaceWithHookTokensWithBubbleableMetadata function core/tests/Drupal/Tests/Core/Utility/TokenTest.php @covers ::replace[[api-linebreak]]
TokenTest::testResetInfo function core/tests/Drupal/Tests/Core/Utility/TokenTest.php @covers ::resetInfo[[api-linebreak]]
TokenTest::testScan function core/tests/Drupal/Tests/Core/Utility/TokenTest.php Scans dummy text, then tests the output.
TokenTest::testScanDeprecation function core/tests/Drupal/Tests/Core/Utility/TokenTest.php Tests passing a non-string value to Token::scan().
TokenTest::testValueCallback function core/tests/Drupal/Tests/Core/Render/Element/TokenTest.php @covers ::valueCallback[[api-linebreak]]
token_test.info.yml file 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 file core/modules/system/tests/modules/token_test/token_test.routing.yml core/modules/system/tests/modules/token_test/token_test.routing.yml
Toolbar class core/modules/toolbar/src/Element/Toolbar.php Provides a render element for the default Drupal toolbar.
toolbar-block.css file core/modules/navigation/css/components/toolbar-block.css Toolbar block styles.
toolbar-block.pcss.css file core/modules/navigation/css/components/toolbar-block.pcss.css Toolbar block styles.
toolbar-button.component.yml file core/modules/navigation/components/toolbar-button/toolbar-button.component.yml core/modules/navigation/components/toolbar-button/toolbar-button.component.yml
toolbar-button.css file core/modules/navigation/components/toolbar-button/toolbar-button.css Toolbar button styles.
toolbar-button.pcss.css file core/modules/navigation/components/toolbar-button/toolbar-button.pcss.css Toolbar button styles.
toolbar-button.twig file 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 ? 'toolbar-button--icon--' ~ icon : '',
]
%}

{% if modifiers is iterable…
toolbar-dropdown.css file 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 */
.toolbar-dropdown__item + .toolbar-dropdown__item {
border-top: 1px solid…
toolbar-dropdown.pcss.css file core/modules/navigation/css/components/toolbar-dropdown.pcss.css /* cspell:ignore wght */
.toolbar-dropdown__item + .toolbar-dropdown__item {
border-top: 1px solid #d8dfea;
}

.toolbar-dropdown__link {
display: block;
padding-inline: var(--admin-toolbar-space-16) var(--admin-toolbar-space-12);
toolbar-menu.css file core/modules/navigation/css/components/toolbar-menu.css Admin Toolbar menus styles.
toolbar-menu.pcss.css file core/modules/navigation/css/components/toolbar-menu.pcss.css Admin Toolbar menus styles.
toolbar-popover.css file 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
*/
.toolbar-popover {
border-radius: var(--admin-toolbar-space-8);
}
.toolbar-popover--expanded {
toolbar-popover.pcss.css file core/modules/navigation/css/components/toolbar-popover.pcss.css @import "../base/media-queries.pcss.css";

.toolbar-popover {
border-radius: var(--admin-toolbar-space-8);
}

.toolbar-popover--expanded {
background-color: var(--admin-toolbar-color-expanded);
}

.toolbar-popover__control {
toolbar-warning.css file core/profiles/demo_umami/css/toolbar-warning.css Styling for toolbar warning message.
toolbar.admin.css file 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 file core/modules/toolbar/toolbar.api.php Hooks provided by the toolbar module.
toolbar.breakpoints.yml file core/modules/toolbar/toolbar.breakpoints.yml core/modules/toolbar/toolbar.breakpoints.yml
toolbar.css file core/profiles/demo_umami/themes/umami/css/components/toolbar/toolbar.css This file is used to style the admin toolbar.
toolbar.css file core/profiles/demo_umami/themes/umami/css/components/navigation/toolbar/toolbar.css Visual styles for toolbar.
toolbar.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/navigation/toolbar.html.twig Theme override for the administrative toolbar.
toolbar.html.twig file core/themes/stable9/templates/navigation/toolbar.html.twig Theme override for the administrative toolbar.
toolbar.html.twig file core/themes/claro/templates/navigation/toolbar.html.twig Theme override for the administrative toolbar.
toolbar.html.twig file core/themes/claro/templates/classy/navigation/toolbar.html.twig Theme override for the administrative toolbar.
toolbar.html.twig file core/modules/toolbar/templates/toolbar.html.twig Default theme implementation for the administrative toolbar.
toolbar.icons.theme.css file core/modules/toolbar/css/toolbar.icons.theme.css Styling for toolbar module icons.
toolbar.icons.theme.css file core/themes/stable9/css/toolbar/toolbar.icons.theme.css Styling for toolbar module icons.
toolbar.icons.theme.css file core/themes/claro/css/theme/toolbar.icons.theme.css Styling for toolbar module icons.
toolbar.icons.theme.pcss.css file core/themes/claro/css/theme/toolbar.icons.theme.pcss.css Styling for toolbar module icons.
toolbar.icons.theme.pcss.css file core/modules/toolbar/css/toolbar.icons.theme.pcss.css Styling for toolbar module icons.
toolbar.info.yml file core/modules/toolbar/toolbar.info.yml core/modules/toolbar/toolbar.info.yml
toolbar.libraries.yml file core/modules/toolbar/toolbar.libraries.yml core/modules/toolbar/toolbar.libraries.yml
toolbar.menu.css file core/modules/toolbar/css/toolbar.menu.css toolbar.menu.css
toolbar.menu.css file core/themes/stable9/css/toolbar/toolbar.menu.css toolbar.menu.css
toolbar.menu.css file core/themes/claro/css/state/toolbar.menu.css toolbar.menu.css
toolbar.menu.pcss.css file core/themes/claro/css/state/toolbar.menu.pcss.css toolbar.menu.css
toolbar.menu_tree service core/modules/toolbar/toolbar.services.yml Drupal\toolbar\Menu\ToolbarMenuLinkTree
toolbar.module file core/modules/toolbar/toolbar.module Administration toolbar for quick access to top level administration items.

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