You are here

service webform.token_manager in Webform 6.x

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

Class

Drupal\webform\WebformTokenManager
45 string references to webform.token_manager
ActionWebformHandler::create in src/Plugin/WebformHandler/ActionWebformHandler.php
IMPORTANT: Webform handlers are initialized and serialized when they are attached to a webform. Make sure not include any services as a dependency injection that directly connect to the database. This will prevent "LogicException: The database…
EmailWebformHandler::create in src/Plugin/WebformHandler/EmailWebformHandler.php
IMPORTANT: Webform handlers are initialized and serialized when they are attached to a webform. Make sure not include any services as a dependency injection that directly connect to the database. This will prevent "LogicException: The database…
ExampleWebformHandler::create in modules/webform_example_handler/src/Plugin/WebformHandler/ExampleWebformHandler.php
IMPORTANT: Webform handlers are initialized and serialized when they are attached to a webform. Make sure not include any services as a dependency injection that directly connect to the database. This will prevent "LogicException: The database…
OptionsLimitWebformHandler::create in modules/webform_options_limit/src/Plugin/WebformHandler/OptionsLimitWebformHandler.php
IMPORTANT: Webform handlers are initialized and serialized when they are attached to a webform. Make sure not include any services as a dependency injection that directly connect to the database. This will prevent "LogicException: The database…
RemotePostWebformHandler::create in src/Plugin/WebformHandler/RemotePostWebformHandler.php
IMPORTANT: Webform handlers are initialized and serialized when they are attached to a webform. Make sure not include any services as a dependency injection that directly connect to the database. This will prevent "LogicException: The database…

... 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'