You are here

service webform.message_manager in Webform 8.5

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

Class

Drupal\webform\WebformMessageManager
9 string references to webform.message_manager
RemotePostWebformHandler::create in src/Plugin/WebformHandler/RemotePostWebformHandler.php
Creates an instance of the plugin.
template_preprocess_webform_confirmation in includes/webform.theme.template.inc
Prepares variables for webform confirmation templates.
WebformEntityReferenceEntityFormatter::create in src/Plugin/Field/FieldFormatter/WebformEntityReferenceEntityFormatter.php
Creates an instance of the plugin.
WebformEntityReferenceLinkFormatter::create in src/Plugin/Field/FieldFormatter/WebformEntityReferenceLinkFormatter.php
Creates an instance of the plugin.
WebformEntitySettingsGeneralForm::create in src/EntitySettings/WebformEntitySettingsGeneralForm.php
Instantiates a new instance of this class.

... See full list

File

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

View source
  1. class: Drupal\webform\WebformMessageManager
  2. arguments:
  3. - '@current_user'
  4. - '@config.factory'
  5. - '@entity_type.manager'
  6. - '@logger.channel.webform'
  7. - '@renderer'
  8. - '@messenger'
  9. - '@webform.request'
  10. - '@webform.token_manager'