You are here

public function DefaultExportType::label in Entity Print 8.2

The export type label.

Return value

string The label string.

Overrides ExportTypeInterface::label

File

src/Plugin/EntityPrint/ExportType/DefaultExportType.php, line 16

Class

DefaultExportType
Export type plugin class.

Namespace

Drupal\entity_print\Plugin\EntityPrint\ExportType

Code

public function label() {
  return $this
    ->getPluginDefinition()['label'];
}