public function YamlFormExporterBase::label in YAML Form 8
Returns the results exporter label.
Return value
string The results exporter label.
Overrides YamlFormExporterInterface::label
File
- src/
YamlFormExporterBase.php, line 92  
Class
- YamlFormExporterBase
 - Provides a base class for a results exporter.
 
Namespace
Drupal\yamlformCode
public function label() {
  return $this->pluginDefinition['label'];
}