You are here

public function Webform::getElementsRaw in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Entity/Webform.php \Drupal\webform\Entity\Webform::getElementsRaw()

Get elements (YAML) value.

Return value

string The elements raw value.

Overrides WebformInterface::getElementsRaw

File

src/Entity/Webform.php, line 1259

Class

Webform
Defines the webform entity.

Namespace

Drupal\webform\Entity

Code

public function getElementsRaw() {
  return $this->elements;
}