You are here

public function InviteTypeForm::__construct in Invite 8

File

src/Form/InviteTypeForm.php, line 52

Class

InviteTypeForm
Form controller for Invite type edit forms.

Namespace

Drupal\invite\Form

Code

public function __construct(InvitePluginManager $plugin_manager, BlockManager $block_plugin_manager, Connection $database, MessengerInterface $messenger) {
  $this->pluginManager = $plugin_manager;
  $this->database = $database;
  $this->block_manager = $block_plugin_manager;
  $this->messenger = $messenger;
}