You are here

7 string references to YAML keys in push_notifications.routing.yml in Push Notifications 8

PushNotificationDeleteForm::getCancelUrl in src/Form/PushNotificationDeleteForm.php
If the delete command is canceled, return to the push notifications list.
PushNotificationDeleteForm::submitForm in src/Form/PushNotificationDeleteForm.php
Delete the entity and log the event. logger() replaces the watchdog.
PushNotificationForm::save in src/Form/PushNotificationForm.php
Form submission handler for the 'save' action.
PushNotificationListBuilder::buildRow in src/Entity/Controller/PushNotificationListBuilder.php
Builds a row for an entity in the entity listing.
PushNotificationsTokenDeleteForm::getCancelUrl in src/Form/PushNotificationsTokenDeleteForm.php
Returns the route to go to if the user cancels the action.
PushNotificationsTokenDeleteForm::submitForm in src/Form/PushNotificationsTokenDeleteForm.php
Delete the entity and log the event
PushNotificationsTokenListBuilder::buildRow in src/Entity/Controller/PushNotificationsTokenListBuilder.php
Builds a row for an entity in the entity listing.