Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| TokenReplaceTest::setUp | function | core/ |
|
| TokenReplaceTest::testTaxonomyTokenReplacement | function | core/ |
Creates some terms and a node, then tests the tokens generated from them. |
| TokenReplaceTest::testTokenReplacement | function | core/ |
Tests core token replacements generated from a view. |
| TokenReplaceTest::testTokenReplacementNoPath | function | core/ |
Tests path token replacements generated from a view without a path. |
| TokenReplaceTest::testTokenReplacementNoResults | function | core/ |
Tests core token replacements generated from a view without results. |
| TokenReplaceTest::testTokenReplacementWithMiniPager | function | core/ |
Tests core token replacements generated from a view. |
| TokenReplaceTest::testTokenReplacementWithSpecificNumberOfItems | function | core/ |
Tests token replacement of [view:total-rows] when pager is disabled. |
| TokenReplaceWebTest | class | core/ |
Tests the token system integration. |
| 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::$renderer | property | core/ |
The renderer. |
| 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::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. |
Pagination
- Previous page
- Page 249
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.