public function YamlFormExporterBase::getStatus in YAML Form 8
Returns the results exporter status.
Return value
bool TRUE is the results exporter is available.
Overrides YamlFormExporterInterface::getStatus
File
- src/
YamlFormExporterBase.php, line 106
Class
- YamlFormExporterBase
- Provides a base class for a results exporter.
Namespace
Drupal\yamlformCode
public function getStatus() {
return TRUE;
}