You are here

public function WebformExporterManagerInterface::getOptions in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformExporterManagerInterface.php \Drupal\webform\Plugin\WebformExporterManagerInterface::getOptions()

Get exporter plugins as options.

Return value

array An associative array of options keyed by plugin id.

1 method overrides WebformExporterManagerInterface::getOptions()
WebformExporterManager::getOptions in src/Plugin/WebformExporterManager.php
Get exporter plugins as options.

File

src/Plugin/WebformExporterManagerInterface.php, line 32

Class

WebformExporterManagerInterface
Collects available results exporters.

Namespace

Drupal\webform\Plugin

Code

public function getOptions();