Same name and namespace in other branches
  1. 8.9.x core/modules/node/src/Form/DeleteMultiple.php \Drupal\node\Form\DeleteMultiple::getCancelUrl()
  2. 9 core/modules/node/src/Form/DeleteMultiple.php \Drupal\node\Form\DeleteMultiple::getCancelUrl()

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

Return value

\Drupal\Core\Url A URL object.

Overrides DeleteMultipleForm::getCancelUrl

File

core/modules/node/src/Form/DeleteMultiple.php, line 18

Class

DeleteMultiple
Provides a node deletion confirmation form.

Namespace

Drupal\node\Form

Code

public function getCancelUrl() {
  return new Url('system.admin_content');
}