You are here

public function WebformExporterBase::hasOptions in Webform 8.5

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

Determine if exporter has options.

Return value

bool TRUE if export has options.

Overrides WebformExporterInterface::hasOptions

File

src/Plugin/WebformExporterBase.php, line 166

Class

WebformExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\webform\Plugin

Code

public function hasOptions() {
  return $this->pluginDefinition['options'];
}