public function YamlFormOptionsInterface::getOptions in YAML Form 8
Get options (YAML) as an associative array.
Return value
array|bool Elements as an associative array. Returns FALSE is options YAML is invalid.
1 method overrides YamlFormOptionsInterface::getOptions()
- YamlFormOptions::getOptions in src/
Entity/ YamlFormOptions.php - Get options (YAML) as an associative array.
File
- src/
YamlFormOptionsInterface.php, line 18
Class
- YamlFormOptionsInterface
- Provides an interface defining a form options entity.
Namespace
Drupal\yamlformCode
public function getOptions();