public function Checkboxes::getElementSelectorSourceValues in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformElement/Checkboxes.php \Drupal\webform\Plugin\WebformElement\Checkboxes::getElementSelectorSourceValues()
Get an element's selectors source values.
Parameters
array $element: An element.
Return value
array An array of element selectors source values.
Overrides OptionsBase::getElementSelectorSourceValues
See also
\Drupal\webform\Entity\Webform::getElementsSelectorSourceValues
File
- src/
Plugin/ WebformElement/ Checkboxes.php, line 166
Class
- Checkboxes
- Provides a 'checkboxes' element.
Namespace
Drupal\webform\Plugin\WebformElementCode
public function getElementSelectorSourceValues(array $element) {
return [];
}