You are here

public function WebformInterface::getElementsInitialized in Webform 8.5

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

Get webform elements initialized as an associative array.

Return value

array|bool Elements as an associative array. Returns FALSE if elements YAML is invalid.

1 method overrides WebformInterface::getElementsInitialized()
Webform::getElementsInitialized in src/Entity/Webform.php
Get webform elements initialized as an associative array.

File

src/WebformInterface.php, line 724

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function getElementsInitialized();