You are here

public function WebformPluginExporterController::__construct in Webform 8.5

Constructs a WebformPluginExporterController object.

Parameters

\Drupal\Component\Plugin\PluginManagerInterface $plugin_manager: A results exporter plugin manager.

File

src/Controller/WebformPluginExporterController.php, line 29

Class

WebformPluginExporterController
Controller for all results exporters.

Namespace

Drupal\webform\Controller

Code

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