public function WebformExporterInterface::description in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformExporterInterface.php \Drupal\webform\Plugin\WebformExporterInterface::description()
Returns the results exporter description.
Return value
string The results exporter description.
1 method overrides WebformExporterInterface::description()
- WebformExporterBase::description in src/
Plugin/ WebformExporterBase.php - Returns the results exporter description.
File
- src/
Plugin/ WebformExporterInterface.php, line 46
Class
- WebformExporterInterface
- Defines the interface for results exporters.
Namespace
Drupal\webform\PluginCode
public function description();