| LinkViewsTokensTest::$defaultTheme | property | core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php | The theme to install as the default for testing. | 
          
                                                                                        | LinkViewsTokensTest::$fieldName | property | core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php | The field name used for the link field. | 
          
                                                                                        | LinkViewsTokensTest::$modules | property | core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php | Modules to install. | 
          
                                                                                        | LinkViewsTokensTest::$testViews | property | core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php | Views used by this test. | 
          
                                                                                        | LinkViewsTokensTest::setUp | function | core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php | Sets up the test. | 
          
                                                                                        | LinkViewsTokensTest::testLinkViewsTokens | function | core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php | Tests the link views tokens. | 
          
                                                                                        | locale-test-tokenized.html.twig | file | core/modules/locale/tests/modules/locale_test/templates/locale-test-tokenized.html.twig | {{ content }} | 
          
                                                                                        | LocaleStringIsSafeTest::testLocalizedTokenizedString | function | core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php | Tests if a translated and tokenized string is properly escaped by Twig. | 
          
                                                                                        | LocaleTestHooks::tokenInfo | function | core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php | Implements hook_token_info(). | 
          
                                                                                        | LocaleTestHooks::tokens | function | core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php | Implements hook_tokens(). | 
          
                                                                                        | MessageAction::$token | property | core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php | The token service. | 
          
                                                                                        | MetadataBag::CSRF_TOKEN_SEED | constant | core/lib/Drupal/Core/Session/MetadataBag.php | The key used to store the CSRF token seed in the session. | 
          
                                                                                        | MetadataBag::getCsrfTokenSeed | function | core/lib/Drupal/Core/Session/MetadataBag.php | Get the CSRF token seed. | 
          
                                                                                        | MetadataBag::setCsrfTokenSeed | function | core/lib/Drupal/Core/Session/MetadataBag.php | Set the CSRF token seed. | 
          
                                                                                        | module_test.tokens.inc | file | core/modules/system/tests/modules/module_test/module_test.tokens.inc |  | 
          
                                                                                        | module_test_token_info | function | core/modules/system/tests/modules/module_test/module_test.tokens.inc | Implements hook_token_info(). | 
          
                                                                                        | NodeFieldTokensTest | class | core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php | Tests replacement of Views tokens supplied by the Node module. | 
          
                                                                                        | NodeFieldTokensTest.php | file | core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php |  | 
          
                                                                                        | NodeFieldTokensTest::$defaultTheme | property | core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php | The theme to install as the default for testing. | 
          
                                                                                        | NodeFieldTokensTest::$testViews | property | core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php | Views used by this test. | 
          
                                                                                        | NodeFieldTokensTest::testViewsTokenReplacement | function | core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php | Tests token replacement for Views tokens supplied by the Node module. | 
          
                                                                                        | NodeTokenReplaceTest | class | core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php | Tests node token replacement. | 
          
                                                                                        | NodeTokenReplaceTest.php | file | core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php |  | 
          
                                                                                        | NodeTokenReplaceTest::$modules | property | core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php | Modules to install. | 
          
                                                                                        | NodeTokenReplaceTest::setUp | function | core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php |  | 
          
                                                                                        | NodeTokenReplaceTest::testNodeTokenReplacement | function | core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php | Creates a node, then tests the tokens generated from it. | 
          
                                                                                        | NodeTokensHooks | class | core/modules/node/src/Hook/NodeTokensHooks.php | Token hook implementations for node. | 
          
                                                                                        | NodeTokensHooks.php | file | core/modules/node/src/Hook/NodeTokensHooks.php |  | 
          
                                                                                        | NodeTokensHooks::tokenInfo | function | core/modules/node/src/Hook/NodeTokensHooks.php | Implements hook_token_info(). | 
          
                                                                                        | NodeTokensHooks::tokens | function | core/modules/node/src/Hook/NodeTokensHooks.php | Implements hook_tokens(). | 
          
                                                                                        | OEmbed::$token | property | core/modules/media/src/Plugin/media/Source/OEmbed.php | The token replacement service. | 
          
                                                                                        | PluginBase::getAvailableGlobalTokens | function | core/modules/views/src/Plugin/views/PluginBase.php | Returns an array of available token replacements. | 
          
                                                                                        | PluginBase::globalTokenForm | function | core/modules/views/src/Plugin/views/PluginBase.php | Adds elements for available core tokens to a form. | 
          
                                                                                        | PluginBase::globalTokenReplace | function | core/modules/views/src/Plugin/views/PluginBase.php | Returns a string with any core tokens replaced. | 
          
                                                                                        | PluginBase::viewsTokenReplace | function | core/modules/views/src/Plugin/views/PluginBase.php | Replaces Views' tokens in a given string. | 
          
                                                                                        | PluginBaseTest::testViewsTokenReplace | function | core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php | Tests that the token replacement in views works correctly. | 
          
                                                                                        | PluginBaseTest::testViewsTokenReplaceWithDots | function | core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php | Tests that the token replacement in views works correctly with dots. | 
          
                                                                                        | PluginBaseTest::testViewsTokenReplaceWithTwigTokens | function | core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php | Tests viewsTokenReplace without any twig tokens. | 
          
                                                                                        | PoHeader::tokenizeFormula | function | core/lib/Drupal/Component/Gettext/PoHeader.php | Tokenize the formula. | 
          
                                                                                        | QueryParameterWorkspaceNegotiator::getQueryToken | function | core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php | Calculates a token based on a workspace ID. | 
          
                                                                                        | rebuild_token_calculator.sh | file | core/scripts/rebuild_token_calculator.sh | Command line token calculator for rebuild.php. | 
          
                                                                                        | Roles::addSelfTokens | function | core/modules/user/src/Plugin/views/field/Roles.php | Add any special tokens this field might use for itself. | 
          
                                                                                        | Roles::documentSelfTokens | function | core/modules/user/src/Plugin/views/field/Roles.php | Document any special tokens this field might use for itself. | 
          
                                                                                        | RoutePathGenerationTraitTest::$csrfToken | property | core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php | The mock CSRF token generator. | 
          
                                                                                        | RoutePathGenerationTraitTest::providerTestCsrfTokenCompleteLifeCycle | function | core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php | Data provider for testCsrfTokenCompleteLifeCycle(). | 
          
                                                                                        | RoutePathGenerationTraitTest::testCsrfTokenCompleteLifeCycle | function | core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php | Tests that CSRF token creation and validation is consistent. | 
          
                                                                                        | RouteProcessorCsrf::renderPlaceholderCsrfToken | function | core/lib/Drupal/Core/Access/RouteProcessorCsrf.php | Render API callback: Adds a CSRF token for the given path to the markup. | 
          
                                                                                        | RouteProcessorCsrfTest::$csrfToken | property | core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php | The mock CSRF token generator. | 
          
                                                                                        | SandboxDatabaseUpdatesValidator::tokensMatchFunctionNamePattern | function | core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php | Determines if a set of tokens contain a function name matching a pattern. | 
          
                                                                                        | SearchTokenizerTest | class | core/modules/search/tests/src/Kernel/SearchTokenizerTest.php | Tests that CJK tokenizer works as intended. |