public function YamlForm::getElementsOriginalRaw in YAML Form 8
Get original elements (YAML) value.
Return value
string|null The original elements' raw value. Original elements is NULL for new YAML forms.
Overrides YamlFormInterface::getElementsOriginalRaw
File
- src/
Entity/ YamlForm.php, line 683
Class
- YamlForm
- Defines the form entity.
Namespace
Drupal\yamlform\EntityCode
public function getElementsOriginalRaw() {
return $this->elementsOriginal;
}