You are here

public function CorrespondingReferenceInterface::setFirstField in Corresponding Entity References 8.4

Sets the first corresponding reference field ID.

Parameters

string $firstField: The first corresponding reference field ID.

Return value

$this

1 method overrides CorrespondingReferenceInterface::setFirstField()
CorrespondingReference::setFirstField in src/Entity/CorrespondingReference.php
Sets the first corresponding reference field ID.

File

src/Entity/CorrespondingReferenceInterface.php, line 65

Class

CorrespondingReferenceInterface
Defines the interface for corresponding reference config entities.

Namespace

Drupal\cer\Entity

Code

public function setFirstField($firstField);