service token in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \token
- 9 core/core.services.yml \token
Class
Drupal\Core\Utility\Token27 string references to token
- BatchStorage::doCreate in core/
lib/ Drupal/ Core/ Batch/ BatchStorage.php - Saves a batch.
- BatchStorage::schemaDefinition in core/
lib/ Drupal/ Core/ Batch/ BatchStorage.php - Defines the schema for the batch table.
- 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().
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Utility\Token
- arguments:
- - '@module_handler'
- - '@cache.default'
- - '@language_manager'
- - '@cache_tags.invalidator'
- - '@renderer'