public function YamlFormInterface::getElementsInitializedAndFlattened in YAML Form 8
Get form elements initialized and flattened into an associative array.
Return value
array Form elements flattened into an associative array keyed by element name. Returns FALSE is elements YAML is invalid.
1 method overrides YamlFormInterface::getElementsInitializedAndFlattened()
- YamlForm::getElementsInitializedAndFlattened in src/
Entity/ YamlForm.php - Get form elements initialized and flattened into an associative array.
File
- src/
YamlFormInterface.php, line 317
Class
- YamlFormInterface
- Provides an interface defining a form entity.
Namespace
Drupal\yamlformCode
public function getElementsInitializedAndFlattened();