You are here

service yamlform.message_manager in YAML Form 8

Class

Drupal\yamlform\YamlFormMessageManager
5 string references to yamlform.message_manager
template_preprocess_yamlform_confirmation in includes/yamlform.theme.inc
Prepares variables for form confirmation templates.
YamlFormEntityReferenceEntityFormatter::create in src/Plugin/Field/FieldFormatter/YamlFormEntityReferenceEntityFormatter.php
Creates an instance of the plugin.
YamlFormEntityReferenceLinkFormatter::create in src/Plugin/Field/FieldFormatter/YamlFormEntityReferenceLinkFormatter.php
Creates an instance of the plugin.
YamlFormEntitySettingsForm::create in src/YamlFormEntitySettingsForm.php
Instantiates a new instance of this class.
YamlFormSubmissionForm::create in src/YamlFormSubmissionForm.php
Instantiates a new instance of this class.

File

./yamlform.services.yml
yamlform.services.yml

View source
  1. class: Drupal\yamlform\YamlFormMessageManager
  2. arguments:
  3. - '@current_user'
  4. - '@config.factory'
  5. - '@entity_type.manager'
  6. - '@logger.channel.yamlform'
  7. - '@yamlform.request'
  8. - '@yamlform.token_manager'