You are here

public function WebformExporterManagerInterface::getInstances in Webform 6.x

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

Get all available webform element plugin instances.

Parameters

array $configuration: Export configuration (aka export options).

Return value

\Drupal\webform\Plugin\WebformExporterInterface[] An array of all available webform exporter plugin instances.

1 method overrides WebformExporterManagerInterface::getInstances()
WebformExporterManager::getInstances in src/Plugin/WebformExporterManager.php
Get all available webform element plugin instances.

File

src/Plugin/WebformExporterManagerInterface.php, line 24

Class

WebformExporterManagerInterface
Collects available results exporters.

Namespace

Drupal\webform\Plugin

Code

public function getInstances(array $configuration = []);