You are here

public function ServiceEndpointResources::__construct in Services 8.4

Same name and namespace in other branches
  1. 9.0.x src/Controller/ServiceEndpointResources.php \Drupal\services\Controller\ServiceEndpointResources::__construct()

Constructor for \Drupal\services\Form\ServiceEndpointResourceForm.

File

src/Controller/ServiceEndpointResources.php, line 27

Class

ServiceEndpointResources
Class \Drupal\services\Controller\ServiceEndpointManageResource.

Namespace

Drupal\services\Controller

Code

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