public function YamlFormExporterManagerInterface::getInstances in YAML Form 8
Get all available form element plugin instances.
Parameters
array $configuration: Export configuration (aka export options).
Return value
\Drupal\yamlform\YamlFormExporterInterface[] An array of all available form exporter plugin instances.
1 method overrides YamlFormExporterManagerInterface::getInstances()
- YamlFormExporterManager::getInstances in src/
YamlFormExporterManager.php - Get all available form element plugin instances.
File
- src/
YamlFormExporterManagerInterface.php, line 24
Class
- YamlFormExporterManagerInterface
- Collects available results exporters.
Namespace
Drupal\yamlformCode
public function getInstances(array $configuration = []);