You are here

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\yamlform

Code

public function getStatus() {
  return TRUE;
}