protected function DeleteForm::getCancelPath

Same name in this branch
  1. 8.x drupal/core/modules/forum/lib/Drupal/forum/Form/DeleteForm.php \Drupal\forum\Form\DeleteForm::getCancelPath()
  2. 8.x drupal/core/modules/contact/lib/Drupal/contact/Form/DeleteForm.php \Drupal\contact\Form\DeleteForm::getCancelPath()
  3. 8.x drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/DeleteForm.php \Drupal\views_ui\Form\DeleteForm::getCancelPath()
  4. 8.x drupal/core/modules/path/lib/Drupal/path/Form/DeleteForm.php \Drupal\path\Form\DeleteForm::getCancelPath()
  5. 8.x drupal/core/modules/action/lib/Drupal/action/Form/DeleteForm.php \Drupal\action\Form\DeleteForm::getCancelPath()

Implements \Drupal\Core\Form\ConfirmFormBase::getCancelPath().

Overrides ConfirmFormBase::getCancelPath

File

drupal/core/modules/path/lib/Drupal/path/Form/DeleteForm.php, line 70
Contains \Drupal\path\Form\DeleteForm.

Class

DeleteForm
Builds the form to delete a path alias.

Namespace

Drupal\path\Form

Code

protected function getCancelPath() {
  return 'admin/config/search/path';
}