You are here

public function ExportTypeInterface::label in Entity Print 8.2

The export type label.

Return value

string The label string.

1 method overrides ExportTypeInterface::label()
DefaultExportType::label in src/Plugin/EntityPrint/ExportType/DefaultExportType.php
The export type label.

File

src/Plugin/ExportTypeInterface.php, line 18

Class

ExportTypeInterface
Export type plugin interface.

Namespace

Drupal\entity_print\Plugin

Code

public function label();