public ConfirmFormInterface::getCancelUrl()
Returns the route to go to if the user cancels the action.
Return value
\Drupal\Core\Url A URL object.
File
- core/lib/Drupal/Core/Form/ConfirmFormInterface.php, line 24
Class
- ConfirmFormInterface
- Defines the behavior a confirmation form.
Namespace
Drupal\Core\Form
Code
public function getCancelUrl();
Please login to continue.