You are here

public function WebformInterface::getElementsOriginalDecoded in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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\webform

Code

public function getElementsOriginalDecoded();