public function YamlFormInterface::getElementDecoded in YAML Form 8
Get a form's raw (uninitialized) element.
Parameters
string $key: The element's key.
Return value
array|null An associative array containing an raw (uninitialized) element.
1 method overrides YamlFormInterface::getElementDecoded()
- YamlForm::getElementDecoded in src/
Entity/ YamlForm.php - Get a form's raw (uninitialized) element.
File
- src/
YamlFormInterface.php, line 365
Class
- YamlFormInterface
- Provides an interface defining a form entity.
Namespace
Drupal\yamlformCode
public function getElementDecoded($key);