You are here

public function TableSelect::getElementSelectorOptions in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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\WebformElement

Code

public function getElementSelectorOptions(array $element) {
  return $this
    ->getTableSelectElementSelectorOptions($element);
}