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\EntityCode
public function setSecondField($secondField);