service webform.message_manager in Webform 8.5
Same name and namespace in other branches
- 6.x webform.services.yml \webform.message_manager
Class
Drupal\webform\WebformMessageManager9 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.
File
View source
- class: Drupal\webform\WebformMessageManager
- arguments:
- - '@current_user'
- - '@config.factory'
- - '@entity_type.manager'
- - '@logger.channel.webform'
- - '@renderer'
- - '@messenger'
- - '@webform.request'
- - '@webform.token_manager'