You are here

public function YamlFormExporterBase::hasOptions in YAML Form 8

Determine if exporter has options.

Return value

bool TRUE if export has options.

Overrides YamlFormExporterInterface::hasOptions

File

src/YamlFormExporterBase.php, line 120

Class

YamlFormExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\yamlform

Code

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