You are here

public function YamlFormPluginExporterController::__construct in YAML Form 8

Constructs a YamlFormPluginBaseController object.

Parameters

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

File

src/Controller/YamlFormPluginExporterController.php, line 28

Class

YamlFormPluginExporterController
Controller for all results exporters.

Namespace

Drupal\yamlform\Controller

Code

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