You are here

public function CorrespondingReferenceInterface::setSecondField in Corresponding Entity References 8.4

Sets the second corresponding reference field ID.

Parameters

string $secondField: The second corresponding reference field ID.

Return value

$this

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

File

src/Entity/CorrespondingReferenceInterface.php, line 83

Class

CorrespondingReferenceInterface
Defines the interface for corresponding reference config entities.

Namespace

Drupal\cer\Entity

Code

public function setSecondField($secondField);