service mass_contact_confirm_info in Mass Contact 8
Class
Drupal\mass_contact\ParamConverter\MassContactConfirmConverterTags
- 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
View source
- class: Drupal\mass_contact\ParamConverter\MassContactConfirmConverter
- arguments:
- - '@user.private_tempstore'
- tags:
- - { name: paramconverter }