You are here

public function FieldTypeExportInterface::getHeaderLabel in Entity Export CSV 8

Get the header label for a field.

Parameters

\Drupal\Core\Field\FieldDefinitionInterface $field_definition: The field definition.

Return value

string The header label.

1 method overrides FieldTypeExportInterface::getHeaderLabel()
FieldTypeExportBase::getHeaderLabel in src/Plugin/FieldTypeExportBase.php
Get the header label for a field.

File

src/Plugin/FieldTypeExportInterface.php, line 136

Class

FieldTypeExportInterface
Defines an interface for Field type export plugins.

Namespace

Drupal\entity_export_csv\Plugin

Code

public function getHeaderLabel(FieldDefinitionInterface $field_definition);