You are here

service mass_contact_confirm_info in Mass Contact 8

Class

Drupal\mass_contact\ParamConverter\MassContactConfirmConverter

Tags

  • paramconverter
5 string references to mass_contact_confirm_info
MassContactConfirmConverter::applies in src/ParamConverter/MassContactConfirmConverter.php
Determines if the converter applies to a specific route and variable.
MassContactConfirmConverter::convert in src/ParamConverter/MassContactConfirmConverter.php
Converts path variables to their corresponding objects.
MassContactForm::submitForm in src/Form/MassContactForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
MassContactMessageConfirmForm::submitForm in src/Form/MassContactMessageConfirmForm.php
Form submission handler.
mass_contact.routing.yml in ./mass_contact.routing.yml
mass_contact.routing.yml

File

./mass_contact.services.yml
mass_contact.services.yml

View source
  1. class: Drupal\mass_contact\ParamConverter\MassContactConfirmConverter
  2. arguments:
  3. - '@user.private_tempstore'
  4. tags:
  5. - { name: paramconverter }