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 |
|---|---|---|---|
| TokenReplaceWebTest.php | file | core/ |
|
| TokenReplaceWebTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| TokenReplaceWebTest::$modules | property | core/ |
Modules to install. |
| TokenReplaceWebTest::testTokens | function | core/ |
Tests a token replacement on an actual website. |
| TokenTest | class | core/ |
Tests Drupal\Core\Render\Element\Token. |
| TokenTest | class | core/ |
Tests Drupal\Core\Utility\Token. |
| TokenTest.php | file | core/ |
|
| TokenTest.php | file | core/ |
|
| TokenTest::$cache | property | core/ |
The cache used for testing. |
| TokenTest::$cacheContextManager | property | core/ |
The cache contexts manager. |
| TokenTest::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| TokenTest::$language | property | core/ |
The language interface used for testing. |
| TokenTest::$languageManager | property | core/ |
The language manager used for testing. |
| 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. |
Pagination
- Previous page
- Page 248
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.