public function WebformInterface::getElementsDecodedAndFlattened in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getElementsDecodedAndFlattened()
Get webform raw elements decoded and flattened into an associative array.
Parameters
string $operation: (optional) The operation that is to be performed on the element.
Return value
array Webform raw elements decoded and flattened into an associative array keyed by element key. Returns FALSE if elements YAML is invalid.
1 method overrides WebformInterface::getElementsDecodedAndFlattened()
- Webform::getElementsDecodedAndFlattened in src/
Entity/ Webform.php - Get webform raw elements decoded and flattened into an associative array.
File
- src/
WebformInterface.php, line 736
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function getElementsDecodedAndFlattened($operation = NULL);