You are here

public function ServiceEndpointForm::__construct in Services 9.0.x

Same name and namespace in other branches
  1. 8.4 src/Form/ServiceEndpointForm.php \Drupal\services\Form\ServiceEndpointForm::__construct()

Constructor for \Drupal\services\Form\ServiceEndpointForm.

Parameters

\Drupal\Component\Plugin\PluginManagerInterface $manager: The service definition plugin manager.

File

src/Form/ServiceEndpointForm.php, line 28

Class

ServiceEndpointForm
Class \Drupal\services\Form\ServiceEndpointForm.

Namespace

Drupal\services\Form

Code

public function __construct(PluginManagerInterface $manager) {
  $this->manager = $manager;
}