public function YamlFormElementInterface::getElementStateOptions in YAML Form 8
Get an element's supported states as options.
Return value
array An array of element states.
1 method overrides YamlFormElementInterface::getElementStateOptions()
- YamlFormElementBase::getElementStateOptions in src/
YamlFormElementBase.php - Get an element's supported states as options.
File
- src/
YamlFormElementInterface.php, line 495
Class
- YamlFormElementInterface
- Defines the interface for form elements.
Namespace
Drupal\yamlformCode
public function getElementStateOptions();