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