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