You are here

public function WebformTableSelectSort::getElementSelectorOptions in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformElement/WebformTableSelectSort.php \Drupal\webform\Plugin\WebformElement\WebformTableSelectSort::getElementSelectorOptions()

Overrides OptionsBase::getElementSelectorOptions

See also

\Drupal\webform\Entity\Webform::getElementsSelectorOptions

File

src/Plugin/WebformElement/WebformTableSelectSort.php, line 62

Class

WebformTableSelectSort
Provides a 'webform_tableselect_sort' element.

Namespace

Drupal\webform\Plugin\WebformElement

Code

public function getElementSelectorOptions(array $element) {
  return $this
    ->getTableSelectElementSelectorOptions($element, '[checkbox]');
}