Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \token
  2. 9 core/core.services.yml \token

Class

Drupal\Core\Utility\Token
24 string references to token
BatchBidSerialUpdateTest::testUpdate in core/modules/system/tests/src/Functional/Update/BatchBidSerialUpdateTest.php
Tests the change of the {batch} table [bid] field to serial.
batch_process in core/includes/form.inc
Processes the batch.
BigPipeStrategy::generateBigPipePlaceholderId in core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php
Generates a BigPipe placeholder ID.
CommentAdminTest::testApprovalNodeInterface in core/modules/comment/tests/src/Functional/CommentAdminTest.php
Tests comment approval functionality through the node interface.
comment_test_comment_links_alter in core/modules/comment/tests/modules/comment_test/comment_test.module
Implements hook_comment_links_alter().

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Utility\Token
  2. arguments:
  3. - '@module_handler'
  4. - '@cache.default'
  5. - '@language_manager'
  6. - '@cache_tags.invalidator'
  7. - '@renderer'