You are here

public function WebformPluginHandlerController::__construct in Webform 8.5

Constructs a WebformPluginHandlerController object.

Parameters

\Drupal\Component\Plugin\PluginManagerInterface $plugin_manager: A webform handler plugin manager.

File

src/Controller/WebformPluginHandlerController.php, line 34

Class

WebformPluginHandlerController
Controller for all webform handlers.

Namespace

Drupal\webform\Controller

Code

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