You are here

public function YamlForm::getElementsRaw in YAML Form 8

Get elements (YAML) value.

Return value

string The elements raw value.

Overrides YamlFormInterface::getElementsRaw

File

src/Entity/YamlForm.php, line 676

Class

YamlForm
Defines the form entity.

Namespace

Drupal\yamlform\Entity

Code

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