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\EntityCode
public function getElementsRaw() {
return $this->elements;
}