public function WebformExporterInterface::hasOptions in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformExporterInterface.php \Drupal\webform\Plugin\WebformExporterInterface::hasOptions()
Determine if exporter has options.
Return value
bool TRUE if export has options.
1 method overrides WebformExporterInterface::hasOptions()
- WebformExporterBase::hasOptions in src/
Plugin/ WebformExporterBase.php - Determine if exporter has options.
File
- src/
Plugin/ WebformExporterInterface.php, line 78
Class
- WebformExporterInterface
- Defines the interface for results exporters.
Namespace
Drupal\webform\PluginCode
public function hasOptions();