You are here

public function OpenApiParamConverter::__construct in OpenAPI 8

Same name and namespace in other branches
  1. 8.2 src/ParamConverter/OpenApiParamConverter.php \Drupal\openapi\ParamConverter\OpenApiParamConverter::__construct()

Creates a new OpenApiParamConverter.

Parameters

\Drupal\Component\Plugin\PluginManagerInterface $open_api_generator_manager: The current openapi generator plugin manager instance.

File

src/ParamConverter/OpenApiParamConverter.php, line 29

Class

OpenApiParamConverter
Defines a ParamConverter for Openapi Plugins.

Namespace

Drupal\openapi\ParamConverter

Code

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