Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TokenTest::$moduleHandler | property | core/ |
The module handler service used for testing. |
| TokenTest::$token | property | core/ |
The token service under test. |
| TokenTest::providerTestReplaceEscaping | function | core/ |
|
| TokenTest::providerTestValueCallback | function | core/ |
Data provider for testValueCallback(). |
| TokenTest::setUp | function | core/ |
|
| TokenTest::setUpMockCache | function | core/ |
Reinitializes the cache as a mock object. |
| TokenTest::setUpMockCacheTagsInvalidator | function | core/ |
Reinitializes the cache tags invalidator as a mock object. |
| TokenTest::setUpMockLanguageManager | function | core/ |
Reinitializes the language manager as a mock object. |
| TokenTest::setUpMockModuleHandler | function | core/ |
Reinitializes the module handler as a mock object. |
| TokenTest::setupSiteTokens | function | core/ |
Sets up the token library to return site tokens. |
| TokenTest::testGetInfo | function | core/ |
Tests get info. |
| TokenTest::testReplaceEscaping | function | core/ |
Tests replace escaping. |
| TokenTest::testReplacePlain | function | core/ |
Tests replace plain. |
| TokenTest::testReplaceWithBubbleableMetadataObject | function | core/ |
Tests replace with bubbleable metadata object. |
| TokenTest::testReplaceWithHookTokensAlterWithBubbleableMetadata | function | core/ |
Tests replace with hook tokens alter with bubbleable metadata. |
| TokenTest::testReplaceWithHookTokensWithBubbleableMetadata | function | core/ |
Tests replace with hook tokens with bubbleable metadata. |
| TokenTest::testResetInfo | function | core/ |
Tests reset info. |
| TokenTest::testScan | function | core/ |
Scans dummy text, then tests the output. |
| TokenTest::testValueCallback | function | core/ |
Tests value callback. |
| token_test.info.yml | file | core/ |
core/modules/system/tests/modules/token_test/token_test.info.yml |
| token_test.routing.yml | file | core/ |
core/modules/system/tests/modules/token_test/token_test.routing.yml |
| Toolbar | class | core/ |
Provides a render element for the default Drupal toolbar. |
| toolbar-block.css | file | core/ |
Toolbar block styles. |
| toolbar-block.pcss.css | file | core/ |
Toolbar block styles. |
| toolbar-button.component.yml | file | core/ |
core/modules/navigation/components/toolbar-button/toolbar-button.component.yml |
| toolbar-button.css | file | core/ |
Toolbar button styles. |
| toolbar-button.pcss.css | file | core/ |
Toolbar button styles. |
| toolbar-button.twig | file | core/ |
{# 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 | file | core/ |
/* * 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 | file | core/ |
/* 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 | file | core/ |
Admin Toolbar menus styles. |
| toolbar-menu.pcss.css | file | core/ |
Admin Toolbar menus styles. |
| toolbar-message.css | file | core/ |
/* * 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 | file | core/ |
/* 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 | file | core/ |
/* * 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 | file | core/ |
@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 | file | core/ |
Styling for toolbar warning message. |
| toolbar-workspaces.css | file | core/ |
Styling for the Workspaces navigation item. |
| toolbar-workspaces.pcss.css | file | core/ |
Styling for the Workspaces navigation item. |
| toolbar.admin.css | file | core/ |
.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/ |
Hooks provided by the toolbar module. |
| toolbar.breakpoints.yml | file | core/ |
core/modules/toolbar/toolbar.breakpoints.yml |
| toolbar.css | file | core/ |
This file is used to style the admin toolbar. |
| toolbar.css | file | core/ |
/* 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 | file | core/ |
: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 | file | core/ |
Styles for the admin toolbar and its trays. |
| toolbar.css | file | core/ |
Legacy toolbar layout styles. |
| toolbar.html.twig | file | core/ |
Theme override for the administrative toolbar. |
| toolbar.html.twig | file | core/ |
Theme override for the administrative toolbar. |
| toolbar.html.twig | file | core/ |
Theme override for the administrative toolbar. |
Pagination
- Previous page
- Page 251
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.