function RestExampleClientDelete::getCancelUrl

Same name in other branches
  1. 4.0.x modules/rest_example/src/Form/RestExampleClientDelete.php \Drupal\rest_example\Form\RestExampleClientDelete::getCancelUrl()

Overrides ConfirmFormInterface::getCancelUrl

File

modules/rest_example/src/Form/RestExampleClientDelete.php, line 60

Class

RestExampleClientDelete
Delete a new node on a remote Drupal site.

Namespace

Drupal\rest_example\Form

Code

public function getCancelUrl() {
    return new Url('rest_example.client_actions_index');
}