You are here

public function WebformExporterInterface::label in Webform 8.5

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

Returns the results exporter label.

Return value

string The results exporter label.

1 method overrides WebformExporterInterface::label()
WebformExporterBase::label in src/Plugin/WebformExporterBase.php
Returns the results exporter label.

File

src/Plugin/WebformExporterInterface.php, line 38

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function label();