You are here

public function YamlFormExporterManagerInterface::getOptions in YAML Form 8

Get exporter plugins as options.

Return value

array An associative array of options keyed by plugin id.

1 method overrides YamlFormExporterManagerInterface::getOptions()
YamlFormExporterManager::getOptions in src/YamlFormExporterManager.php
Get exporter plugins as options.

File

src/YamlFormExporterManagerInterface.php, line 32

Class

YamlFormExporterManagerInterface
Collects available results exporters.

Namespace

Drupal\yamlform

Code

public function getOptions();