You are here

public function WebformExporterInterface::getStatus in Webform 8.5

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

Returns the results exporter status.

Return value

bool TRUE is the results exporter is available.

1 method overrides WebformExporterInterface::getStatus()
WebformExporterBase::getStatus in src/Plugin/WebformExporterBase.php
Returns the results exporter status.

File

src/Plugin/WebformExporterInterface.php, line 86

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function getStatus();