You are here

public function WebformInterface::getElementDecoded in Webform 8.5

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

Get a webform's raw (uninitialized) element.

Parameters

string $key: The element's key.

Return value

array|null An associative array containing an raw (uninitialized) element.

1 method overrides WebformInterface::getElementDecoded()
Webform::getElementDecoded in src/Entity/Webform.php
Get a webform's raw (uninitialized) element.

File

src/WebformInterface.php, line 860

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function getElementDecoded($key);