You are here

public function WebformInterface::getElementsDecodedAndFlattened in Webform 8.5

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

Code

public function getElementsDecodedAndFlattened($operation = NULL);