public function TableSelect::getElementSelectorOptions in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElement/TableSelect.php \Drupal\webform\Plugin\WebformElement\TableSelect::getElementSelectorOptions()
Overrides OptionsBase::getElementSelectorOptions
See also
\Drupal\webform\Entity\Webform::getElementsSelectorOptions
File
- src/
Plugin/ WebformElement/ TableSelect.php, line 45
Class
- TableSelect
- Provides a 'tableselect' element.
Namespace
Drupal\webform\Plugin\WebformElementCode
public function getElementSelectorOptions(array $element) {
return $this
->getTableSelectElementSelectorOptions($element);
}