You are here

service webform.token_manager in Webform 8.5

Same name and namespace in other branches
  1. 6.x webform.services.yml \webform.token_manager

Class

Drupal\webform\WebformTokenManager
49 string references to webform.token_manager
ActionWebformHandler::create in src/Plugin/WebformHandler/ActionWebformHandler.php
Creates an instance of the plugin.
EmailWebformHandler::create in src/Plugin/WebformHandler/EmailWebformHandler.php
Creates an instance of the plugin.
ExampleWebformHandler::create in modules/webform_example_handler/src/Plugin/WebformHandler/ExampleWebformHandler.php
Creates an instance of the plugin.
OptionsLimitWebformHandler::create in modules/webform_options_limit/src/Plugin/WebformHandler/OptionsLimitWebformHandler.php
Creates an instance of the plugin.
RemotePostWebformHandler::create in src/Plugin/WebformHandler/RemotePostWebformHandler.php
Creates an instance of the plugin.

... See full list

File

./webform.services.yml
webform.services.yml

View source
  1. class: Drupal\webform\WebformTokenManager
  2. arguments:
  3. - '@current_user'
  4. - '@language_manager'
  5. - '@config.factory'
  6. - '@module_handler'
  7. - '@token'