You are here

public function WebformExporterBase::getStatus in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformExporterBase.php \Drupal\webform\Plugin\WebformExporterBase::getStatus()

Returns the results exporter status.

Return value

bool TRUE is the results exporter is available.

Overrides WebformExporterInterface::getStatus

File

src/Plugin/WebformExporterBase.php, line 138

Class

WebformExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\webform\Plugin

Code

public function getStatus() {
  return TRUE;
}