You are here

16 string references to YAML keys in mass_contact.routing.yml in Mass Contact 8

AdminSettingsForm::buildForm in src/Form/AdminSettingsForm.php
Form constructor.
AdminSettingsFormTest::setUp in src/Tests/Form/AdminSettingsFormTest.php
Sets up a Drupal site for running functional and integration tests.
CategoryDeleteForm::getCancelUrl in src/Form/CategoryDeleteForm.php
Returns the route to go to if the user cancels the action.
EmailBodyForm::buildForm in src/Form/EmailBodyForm.php
Form constructor.
EmailBodyFormTest::setUp in src/Tests/Form/EmailBodyFormTest.php
Sets up a Drupal site for running functional and integration tests.
EmailHeaderForm::buildForm in src/Form/EmailHeaderForm.php
Form constructor.
EmailHeaderFormTest::setUp in src/Tests/Form/EmailHeaderFormTest.php
Sets up a Drupal site for running functional and integration tests.
MassContact::__construct in src/MassContact.php
Constructs the Mass Contact helper.
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…
MassContactForm::__construct in src/Form/MassContactForm.php
Constructs the Mass Contact form.
MassContactFormTest::testNormalAccess in tests/src/Functional/Form/MassContactFormTest.php
Tests basic form operation on an unprivileged user.
MassContactMessageConfirmForm::__construct in src/Form/MassContactMessageConfirmForm.php
Constructs a MassContactMessageConfirmForm object.
mass_contact_mail in ./mass_contact.module
Implements hook_mail().
OptOut::getOptOutAccounts in src/OptOut.php
Finds a list of users that have opted out of emails.
SettingsFormBase::getEditableConfigNames in src/Form/SettingsFormBase.php
Gets the configuration names that will be editable.
SettingsFormBase::submitForm in src/Form/SettingsFormBase.php
Form submission handler.