You are here

public function YamlFormElementManagerInterface::getInstances in YAML Form 8

Get all available form element plugin instances.

Return value

\Drupal\yamlform\YamlFormElementInterface[] An array of all available form element plugin instances.

1 method overrides YamlFormElementManagerInterface::getInstances()
YamlFormElementManager::getInstances in src/YamlFormElementManager.php
Get all available form element plugin instances.

File

src/YamlFormElementManagerInterface.php, line 21

Class

YamlFormElementManagerInterface
Collects available form elements.

Namespace

Drupal\yamlform

Code

public function getInstances();