public function WebformInterface::getElementsOriginalDecoded in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getElementsOriginalDecoded()
Get original elements decoded as an associative array.
Return value
array|bool Elements as an associative array. Returns FALSE if elements YAML is invalid.
1 method overrides WebformInterface::getElementsOriginalDecoded()
- Webform::getElementsOriginalDecoded in src/
Entity/ Webform.php - Get original elements decoded as an associative array.
File
- src/
WebformInterface.php, line 678
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function getElementsOriginalDecoded();