You are here

public function AdminUninstallForm::__construct in Private Message 8.2

Constructs a new AdminUninstallForm object.

Parameters

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

File

src/Form/AdminUninstallForm.php, line 29

Class

AdminUninstallForm
Defines the admin uninstall form for the Private Message module.

Namespace

Drupal\private_message\Form

Code

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