You are here

public function IndexReindexConfirmForm::__construct in Search API 8

Constructs an IndexReindexConfirmForm object.

Parameters

\Drupal\Core\Messenger\MessengerInterface $messenger: The messenger.

File

src/Form/IndexReindexConfirmForm.php, line 31

Class

IndexReindexConfirmForm
Defines a confirm form for reindexing an index.

Namespace

Drupal\search_api\Form

Code

public function __construct(MessengerInterface $messenger) {
  $this->messenger = $messenger;
}