You are here

public function CorrespondingReference::getLabel in Corresponding Entity References 8.4

Gets the corresponding reference label.

Return value

string The label.

Overrides CorrespondingReferenceInterface::getLabel

File

src/Entity/CorrespondingReference.php, line 124

Class

CorrespondingReference
Defines a corresponding reference entity.

Namespace

Drupal\cer\Entity

Code

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