public function WebformCompositeInterface::getElementsRaw in Webform Composite Tools 8
Get elements (YAML) value.
Return value
string The elements raw value.
1 method overrides WebformCompositeInterface::getElementsRaw()
- WebformComposite::getElementsRaw in src/
Entity/ WebformComposite.php - Get elements (YAML) value.
File
- src/
WebformCompositeInterface.php, line 18
Class
- WebformCompositeInterface
- Provides an interface defining an Composite entity.
Namespace
Drupal\webform_compositeCode
public function getElementsRaw();