public function IndexStatusForm::__construct in Search API 8
Constructs an IndexStatusForm object.
Parameters
\Drupal\Core\Messenger\MessengerInterface $messenger: The messenger.
File
- src/
Form/ IndexStatusForm.php, line 32
Class
- IndexStatusForm
- Provides a form for indexing, clearing, etc., an index.
Namespace
Drupal\search_api\FormCode
public function __construct(MessengerInterface $messenger) {
$this->messenger = $messenger;
}