Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| toolbar-block.pcss.css | file | core/ |
Toolbar block styles. |
| toolbar-button.css | file | core/ |
Toolbar button styles. |
| toolbar-button.pcss.css | file | core/ |
Toolbar button styles. |
| 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 */ .toolbar-dropdown__item + .toolbar-dropdown__item { border-top: 1px solid… |
| toolbar-dropdown.pcss.css | file | core/ |
/* 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/ |
Admin Toolbar menus styles. |
| toolbar-menu.pcss.css | file | core/ |
Admin Toolbar menus styles. |
| 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 */ .toolbar-popover { border-radius: var(--admin-toolbar-space-8); } .toolbar-popover--expanded { … |
| toolbar-popover.pcss.css | file | core/ |
@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/ |
Styling for toolbar warning message. |
| 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.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/ |
Visual styles for toolbar. |
| toolbar.icons.theme.css | file | core/ |
Styling for toolbar module icons. |
| toolbar.icons.theme.css | file | core/ |
Styling for toolbar module icons. |
| toolbar.icons.theme.css | file | core/ |
Styling for toolbar module icons. |
| toolbar.icons.theme.pcss.css | file | core/ |
Styling for toolbar module icons. |
| toolbar.icons.theme.pcss.css | file | core/ |
Styling for toolbar module icons. |
| toolbar.libraries.yml | file | core/ |
core/modules/toolbar/toolbar.libraries.yml |
| toolbar.menu.css | file | core/ |
toolbar.menu.css |
| toolbar.menu.css | file | core/ |
toolbar.menu.css |
| toolbar.menu.css | file | core/ |
toolbar.menu.css |
| toolbar.menu.pcss.css | file | core/ |
toolbar.menu.css |
| toolbar.module.css | file | core/ |
toolbar.module.css |
| toolbar.module.css | file | core/ |
toolbar.module.css |
| toolbar.module.css | file | core/ |
toolbar.module.css |
| toolbar.module.pcss.css | file | core/ |
toolbar.module.css |
| toolbar.page_cache_request_policy.allow_toolbar_path | service | core/ |
Drupal\toolbar\PageCache\AllowToolbarPath |
| toolbar.permissions.yml | file | core/ |
core/modules/toolbar/toolbar.permissions.yml |
| toolbar.services.yml | file | core/ |
core/modules/toolbar/toolbar.services.yml |
| toolbar.theme.css | file | core/ |
toolbar.theme.css |
| toolbar.theme.css | file | core/ |
toolbar.theme.css |
| toolbar.theme.css | file | core/ |
toolbar.theme.css |
| toolbar.theme.pcss.css | file | core/ |
toolbar.theme.css |
| ToolbarActiveTrailTest | class | core/ |
Tests that the active trail is maintained in the toolbar. |
| ToolbarActiveTrailTest.php | file | core/ |
|
| ToolbarActiveTrailTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ToolbarActiveTrailTest::$modules | property | core/ |
Modules to install. |
| ToolbarActiveTrailTest::setUp | function | core/ |
|
| ToolbarActiveTrailTest::testToolbarActiveTrail | function | core/ |
Tests that the active trail is maintained even when traversed deeper. |
| ToolbarAdminMenuTest | class | core/ |
Tests the caching of the admin menu subtree items. |
| ToolbarAdminMenuTest.php | file | core/ |
|
| ToolbarAdminMenuTest::$adminUser | property | core/ |
A user with permission to access the administrative toolbar. |
| ToolbarAdminMenuTest::$adminUser2 | property | core/ |
A second user with permission to access the administrative toolbar. |
| ToolbarAdminMenuTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ToolbarAdminMenuTest::$hash | property | core/ |
The current admin menu subtrees hash for adminUser. |
| ToolbarAdminMenuTest::$modules | property | core/ |
Modules to install. |
| ToolbarAdminMenuTest::assertDifferentHash | function | core/ |
Checks the subtree hash of the current page with that of the previous page. |
| ToolbarAdminMenuTest::getSubtreesHash | function | core/ |
Get the hash value from the admin menu subtrees route path. |
Pagination
- Previous page
- Page 1327
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.