public function WebformInterface::getElementsComputed in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getElementsComputed()
Get webform computed elements.
Return value
array Webform computed elements.
1 method overrides WebformInterface::getElementsComputed()
- Webform::getElementsComputed in src/
Entity/ Webform.php - Get webform computed elements.
File
- src/
WebformInterface.php, line 783
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function getElementsComputed();