public function YamlFormElementInterface::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.
1 method overrides YamlFormElementInterface::getElementSelectorOptions()
- YamlFormElementBase::getElementSelectorOptions in src/
YamlFormElementBase.php - Get an element's selectors as options.
File
- src/
YamlFormElementInterface.php, line 506
Class
- YamlFormElementInterface
- Defines the interface for form elements.
Namespace
Drupal\yamlformCode
public function getElementSelectorOptions(array $element);