You are here

public function WebformInterface::getElementsDecoded in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getElementsDecoded()

Get webform 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::getElementsDecoded()
Webform::getElementsDecoded in src/Entity/Webform.php
Get webform elements decoded as an associative array.

File

src/WebformInterface.php, line 694

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function getElementsDecoded();