You are here

public function CorrespondingReferenceInterface::getSecondField in Corresponding Entity References 8.4

Gets the second corresponding reference field id.

Return value

string The second corresponding reference field.

1 method overrides CorrespondingReferenceInterface::getSecondField()
CorrespondingReference::getSecondField in src/Entity/CorrespondingReference.php
Gets the second corresponding reference field id.

File

src/Entity/CorrespondingReferenceInterface.php, line 73

Class

CorrespondingReferenceInterface
Defines the interface for corresponding reference config entities.

Namespace

Drupal\cer\Entity

Code

public function getSecondField();