public function YamlFormExporterInterface::hasOptions in YAML Form 8
Determine if exporter has options.
Return value
bool TRUE if export has options.
1 method overrides YamlFormExporterInterface::hasOptions()
- YamlFormExporterBase::hasOptions in src/
YamlFormExporterBase.php - Determine if exporter has options.
File
- src/
YamlFormExporterInterface.php, line 51
Class
- YamlFormExporterInterface
- Defines the interface for results exporters.
Namespace
Drupal\yamlformCode
public function hasOptions();