public function Table::getElementSelectorOptions in YAML Form 8
Get an element's selectors as options.
Parameters
array $element: An element.
Return value
array An array of element selectors.
Overrides YamlFormElementBase::getElementSelectorOptions
File
- src/
Plugin/ YamlFormElement/ Table.php, line 185
Class
- Table
- Provides a 'table' element.
Namespace
Drupal\yamlform\Plugin\YamlFormElementCode
public function getElementSelectorOptions(array $element) {
return [];
}