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