You are here

public function CorrespondingReference::getId in Corresponding Entity References 8.4

Gets the corresponding reference machine name.

Return value

string The machine name.

Overrides CorrespondingReferenceInterface::getId

File

src/Entity/CorrespondingReference.php, line 108

Class

CorrespondingReference
Defines a corresponding reference entity.

Namespace

Drupal\cer\Entity

Code

public function getId() {
  return $this->id;
}