You are here

public function WebformExporterInterface::isExcluded in Webform 8.5

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

Checks if the exporter is excluded via webform.settings.

Return value

bool TRUE if the exporter is excluded.

1 method overrides WebformExporterInterface::isExcluded()
WebformExporterBase::isExcluded in src/Plugin/WebformExporterBase.php
Checks if the exporter is excluded via webform.settings.

File

src/Plugin/WebformExporterInterface.php, line 54

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function isExcluded();