19 string references to YAML keys in simplenews.routing.yml in Simplenews 3.x
- ConfirmAddForm::getCancelUrl in src/
Form/ ConfirmAddForm.php - Returns the route to go to if the user cancels the action.
- ConfirmationController::subscriptionsPage in src/
Controller/ ConfirmationController.php - Redirects subscribers to the appropriate page.
- ConfirmMultiForm::getCancelUrl in src/
Form/ ConfirmMultiForm.php - Returns the route to go to if the user cancels the action.
- ConfirmRemovalForm::getCancelUrl in src/
Form/ ConfirmRemovalForm.php - Returns the route to go to if the user cancels the action.
- Mailer::sendSpool in src/
Mail/ Mailer.php - Send simplenews newsletters from the spool.
- NewsletterDeleteForm::getCancelUrl in src/
Form/ NewsletterDeleteForm.php - Returns the route to go to if the user cancels the action.
- NewsletterDeleteForm::submitForm in src/
Form/ NewsletterDeleteForm.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…
- NewsletterForm::save in src/
Form/ NewsletterForm.php - Overrides Drupal\Core\Entity\EntityForm::save().
- RequestHashForm::getCancelUrl in src/
Form/ RequestHashForm.php - Returns the route to go to if the user cancels the action.
- simplenews_entity_operation in ./
simplenews.module - Implements hook_entity_operation().
- simplenews_help in ./
simplenews.module - Implements hook_help().
- simplenews_user_view in ./
simplenews.module - Implements hook_ENTITY_TYPE_view() for user entity.
- SubscriberDeleteForm::getCancelUrl in src/
Form/ SubscriberDeleteForm.php - Returns the route to go to if the user cancels the action.
- SubscriberDeleteForm::submitForm in src/
Form/ SubscriberDeleteForm.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…
- SubscriberExportForm::submitForm in src/
Form/ SubscriberExportForm.php - Form submission handler.
- SubscriberForm::submitForm in src/
Form/ SubscriberForm.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…
- SubscriberMassSubscribeForm::submitForm in src/
Form/ SubscriberMassSubscribeForm.php - Form submission handler.
- SubscriberMassUnsubscribeForm::submitForm in src/
Form/ SubscriberMassUnsubscribeForm.php - Form submission handler.
- SubscriptionsBlockForm::actions in src/
Form/ SubscriptionsBlockForm.php - Returns an array of supported actions for the current entity form.