public function YamlFormExporterInterface::getStatus in YAML Form 8
Returns the results exporter status.
Return value
bool TRUE is the results exporter is available.
1 method overrides YamlFormExporterInterface::getStatus()
- YamlFormExporterBase::getStatus in src/
YamlFormExporterBase.php - Returns the results exporter status.
File
- src/
YamlFormExporterInterface.php, line 59
Class
- YamlFormExporterInterface
- Defines the interface for results exporters.
Namespace
Drupal\yamlformCode
public function getStatus();