public function WebformElementInterface::getElementSelectorSourceValues in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getElementSelectorSourceValues()
Get an element's selectors source values.
Parameters
array $element: An element.
Return value
array An array of element selectors source values.
See also
\Drupal\webform\Entity\Webform::getElementsSelectorSourceValues
1 method overrides WebformElementInterface::getElementSelectorSourceValues()
- WebformElementBase::getElementSelectorSourceValues in src/
Plugin/ WebformElementBase.php - Get an element's selectors source values.
File
- src/
Plugin/ WebformElementInterface.php, line 789
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function getElementSelectorSourceValues(array $element);