You are here

public function WebformTableSort::getElementSelectorOptions in Webform 6.x

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

Overrides OptionsBase::getElementSelectorOptions

See also

\Drupal\webform\Entity\Webform::getElementsSelectorOptions

File

src/Plugin/WebformElement/WebformTableSort.php, line 61

Class

WebformTableSort
Provides a 'webform_table_sort' element.

Namespace

Drupal\webform\Plugin\WebformElement

Code

public function getElementSelectorOptions(array $element) {
  return [];
}