You are here

public function FieldTargetDefinition::getLabel in Feeds 8.3

Returns the target label.

Return value

string The target label.

Overrides TargetDefinition::getLabel

File

src/FieldTargetDefinition.php, line 80

Class

FieldTargetDefinition
Provides a field definition wrapped over a field definition.

Namespace

Drupal\feeds

Code

public function getLabel() {
  return $this->fieldDefinition
    ->getLabel();
}