public function RegistrantDeleteForm::getCancelUrl in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/Form/Entity/RegistrantDeleteForm.php \Drupal\rng\Form\Entity\RegistrantDeleteForm::getCancelUrl()
- 3.x src/Form/Entity/RegistrantDeleteForm.php \Drupal\rng\Form\Entity\RegistrantDeleteForm::getCancelUrl()
Returns the route to go to if the user cancels the action.
Return value
\Drupal\Core\Url A URL object.
Overrides ConfirmFormInterface::getCancelUrl
File
- src/
Form/ Entity/ RegistrantDeleteForm.php, line 23
Class
- RegistrantDeleteForm
- Form for deleting a registrant.
Namespace
Drupal\rng\Form\EntityCode
public function getCancelUrl() {
return $this->entity
->toUrl();
}