You are here

public function WSServerForm::__construct in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Form/WSServerForm.php \Drupal\wsdata\Form\WSServerForm::__construct()

File

src/Form/WSServerForm.php, line 28

Class

WSServerForm
Class WSServerForm.

Namespace

Drupal\wsdata\Form

Code

public function __construct(WSConnectorManager $plugin_manager_wsconnector, MessengerInterface $messenger) {
  $this->connectorManager = $plugin_manager_wsconnector;
  $this->messenger = $messenger;
}