public function WebformInterface::getElementsSelectorSourceValues in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getElementsSelectorSourceValues()
Get webform element options as autocomplete source values.
Return value
array Webform element options as autocomplete source values.
1 method overrides WebformInterface::getElementsSelectorSourceValues()
- Webform::getElementsSelectorSourceValues in src/
Entity/ Webform.php - Get webform element options as autocomplete source values.
File
- src/
WebformInterface.php, line 810
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function getElementsSelectorSourceValues();