public function YamlFormInterface::getElementsDecoded in YAML Form 8
Get form elements decoded as an associative array.
Return value
array|bool Elements as an associative array. Returns FALSE is elements YAML is invalid.
1 method overrides YamlFormInterface::getElementsDecoded()
- YamlForm::getElementsDecoded in src/
Entity/ YamlForm.php - Get form elements decoded as an associative array.
File
- src/
YamlFormInterface.php, line 269
Class
- YamlFormInterface
- Provides an interface defining a form entity.
Namespace
Drupal\yamlformCode
public function getElementsDecoded();