public function CorrespondingReferenceInterface::getLabel in Corresponding Entity References 8.4
Gets the corresponding reference label.
Return value
string The label.
1 method overrides CorrespondingReferenceInterface::getLabel()
- CorrespondingReference::getLabel in src/
Entity/ CorrespondingReference.php - Gets the corresponding reference label.
File
- src/
Entity/ CorrespondingReferenceInterface.php, line 37
Class
- CorrespondingReferenceInterface
- Defines the interface for corresponding reference config entities.
Namespace
Drupal\cer\EntityCode
public function getLabel();