Files - 11.x - drupal
Title | Deprecated | File name | Namespace | Summary |
---|---|---|---|---|
TimezoneResolverTest.php | core/ |
Drupal\Tests\system\Kernel | ||
TimezoneTest.php | core/ |
Drupal\KernelTests\Core\Datetime\Element | ||
title.component.yml | core/ |
core/modules/navigation/components/title/title.component.yml | ||
title.component.yml | core/ |
core/profiles/demo_umami/themes/umami/components/title/title.component.yml | ||
title.css | core/ |
Toolbar title styles. | ||
title.pcss.css | core/ |
Toolbar title styles. | ||
Title.php | core/ |
Drupal\views\Plugin\views\area | ||
title.twig | core/ |
{% set classes = [ 'toolbar-title', ] %} {% if modifiers is iterable %} {% set classes = classes|merge(modifiers|map(modifier => "toolbar-title--#{modifier}")) %} {% endif %} {% if extra_classes is iterable %} {%… | ||
title.twig | core/ |
{% block title_prefix %}{% endblock %} <{{ html_tag|default('h2') }}{{ attributes.addClass('umami-title') }}> {{ label }} </{{ html_tag|default('h2') }}> {% block title_suffix %}{% endblock %} | ||
titlebar.css | core/ |
Styling for the titlebar within the off-canvas dialog. | ||
titlebar.pcss.css | core/ |
Styling for the titlebar within the off-canvas dialog. | ||
TitleBlockPluginInterface.php | core/ |
Drupal\Core\Block | ||
TitleDisplay.php | core/ |
Drupal\Core\Render\Element | ||
TitleResolver.php | core/ |
Drupal\Core\Controller | ||
TitleResolverInterface.php | core/ |
Drupal\Core\Controller | ||
TitleResolverTest.php | core/ |
Drupal\Tests\Core\Controller | ||
ToConfig.php | core/ |
Drupal\Core\Form | ||
token.api.php | core/ |
Hooks related to the Token system. | ||
Token.php | core/ |
Drupal\Core\Utility | ||
Token.php | core/ |
Drupal\Core\Render\Element | ||
TokenHooks.php | core/ |
Drupal\file\Hook | ||
TokenizeAreaPluginBase.php | core/ |
Drupal\views\Plugin\views\area | ||
TokenizeAreaUITest.php | core/ |
Drupal\Tests\views_ui\Functional | ||
TokenReplaceKernelTest.php | core/ |
Drupal\Tests\system\Kernel\Token | ||
TokenReplaceKernelTestBase.php | core/ |
Drupal\Tests\system\Kernel\Token | ||
TokenReplaceTest.php | core/ |
Drupal\Tests\views\Kernel | ||
TokenReplaceTest.php | core/ |
Drupal\Tests\taxonomy\Kernel | ||
TokenReplaceWebTest.php | core/ |
Drupal\Tests\system\Functional\System | ||
TokenTest.php | core/ |
Drupal\Tests\Core\Render\Element | ||
TokenTest.php | core/ |
Drupal\Tests\Core\Utility | ||
token_test.info.yml | core/ |
core/modules/system/tests/modules/token_test/token_test.info.yml | ||
token_test.routing.yml | core/ |
core/modules/system/tests/modules/token_test/token_test.routing.yml | ||
toolbar-block.css | core/ |
Toolbar block styles. | ||
toolbar-block.pcss.css | core/ |
Toolbar block styles. | ||
toolbar-button.component.yml | core/ |
core/modules/navigation/components/toolbar-button/toolbar-button.component.yml | ||
toolbar-button.css | core/ |
Toolbar button styles. | ||
toolbar-button.pcss.css | core/ |
Toolbar button styles. | ||
toolbar-button.twig | 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 | 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 | 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 | core/ |
Admin Toolbar menus styles. | ||
toolbar-menu.pcss.css | core/ |
Admin Toolbar menus styles. | ||
toolbar-message.css | 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-message { z-index: 1; display: flex; align-items: start; cursor:… | ||
toolbar-message.pcss.css | core/ |
/* cspell:ignore wght */ .toolbar-message { z-index: 1; display: flex; align-items: start; cursor: pointer; text-align: start; text-decoration: none; overflow-wrap: break-word; color: var(--admin-toolbar-color-gray-800); border: 0; … | ||
toolbar-popover.css | 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 | 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 | core/ |
Styling for toolbar warning message. | ||
toolbar-workspaces.css | core/ |
Styling for the Workspaces navigation item. | ||
toolbar-workspaces.pcss.css | core/ |
Styling for the Workspaces navigation item. | ||
toolbar.admin.css | 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… |
Pagination
- Previous page
- Page 280
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.