public function ReindexConfirm::getCancelPath

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

Overrides ConfirmFormBase::getCancelPath

File

drupal/core/modules/search/lib/Drupal/search/Form/ReindexConfirm.php, line 55
Contains \Drupal\search\Form\ReindexConfirm.

Class

ReindexConfirm
Provides the search reindex confirmation form.

Namespace

Drupal\search\Form

Code

public function getCancelPath() {
  return 'admin/config/search/settings';
}