public function Webform::getElementsComputed in Webform 8.5
Same name and namespace in other branches
- 6.x src/Entity/Webform.php \Drupal\webform\Entity\Webform::getElementsComputed()
Get webform computed elements.
Return value
array Webform computed elements.
Overrides WebformInterface::getElementsComputed
File
- src/
Entity/ Webform.php, line 1321
Class
- Webform
- Defines the webform entity.
Namespace
Drupal\webform\EntityCode
public function getElementsComputed() {
$this
->initElements();
return $this->elementsComputed;
}