public function WebformComposite::getElementsRaw in Webform Composite Tools 8
Get elements (YAML) value.
Return value
string The elements raw value.
Overrides WebformCompositeInterface::getElementsRaw
File
- src/
Entity/ WebformComposite.php, line 89
Class
- WebformComposite
- Defines the Webform Composite entity.
Namespace
Drupal\webform_composite\EntityCode
public function getElementsRaw() {
return $this->elements;
}