Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ReindexConfirm.php

function ReindexConfirm::getCancelUrl

Overrides ConfirmFormInterface::getCancelUrl

1 call to ReindexConfirm::getCancelUrl()
ReindexConfirm::submitForm in core/modules/search/src/Form/ReindexConfirm.php
Form submission handler.

File

core/modules/search/src/Form/ReindexConfirm.php, line 54

Class

ReindexConfirm
Provides the search reindex confirmation form.

Namespace

Drupal\search\Form

Code

public function getCancelUrl() {
    return new Url('entity.search_page.collection');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal