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