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