You are here

public function IndexDeleteConfirmForm::__construct in Search API 8

Constructs an IndexDeleteConfirmForm object.

Parameters

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

File

src/Form/IndexDeleteConfirmForm.php, line 29

Class

IndexDeleteConfirmForm
Defines a confirm form for deleting an index.

Namespace

Drupal\search_api\Form

Code

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