You are here

public function FieldTypeExportInterface::getLabel in Entity Export CSV 8

Retrieves the label.

Return value

string The label of this plugin.

1 method overrides FieldTypeExportInterface::getLabel()
FieldTypeExportBase::getLabel in src/Plugin/FieldTypeExportBase.php
Retrieves the label.

File

src/Plugin/FieldTypeExportInterface.php, line 55

Class

FieldTypeExportInterface
Defines an interface for Field type export plugins.

Namespace

Drupal\entity_export_csv\Plugin

Code

public function getLabel();