You are here

public function MissingTargetDefinition::getPropertyLabel in Feeds 8.3

Returns the label for a given property.

Parameters

string $property: The property to get a label for.

Return value

string The label for a property.

Overrides TargetDefinitionInterface::getPropertyLabel

File

src/MissingTargetDefinition.php, line 55

Class

MissingTargetDefinition
Definition for a missing target.

Namespace

Drupal\feeds

Code

public function getPropertyLabel($property) {
  return NULL;
}