You are here

abstract public function ResolverRelationshipDelete::getCancelUrl in Chaos Tool Suite (ctools) 8.3

Returns the route to go to if the user cancels the action.

Return value

\Drupal\Core\Url A URL object.

Overrides ConfirmFormInterface::getCancelUrl

1 call to ResolverRelationshipDelete::getCancelUrl()
ResolverRelationshipDelete::submitForm in src/Form/ResolverRelationshipDelete.php
Form submission handler.

File

src/Form/ResolverRelationshipDelete.php, line 78

Class

ResolverRelationshipDelete

Namespace

Drupal\ctools\Form

Code

public abstract function getCancelUrl($cached_values = []);