public function CorrespondingReferenceInterface::getCorrespondingFields in Corresponding Entity References 8.4
Gets an array of the corresponding field names.
Return value
array The corresponding field names.
1 method overrides CorrespondingReferenceInterface::getCorrespondingFields()
- CorrespondingReference::getCorrespondingFields in src/
Entity/ CorrespondingReference.php - Gets an array of the corresponding field names.
File
- src/
Entity/ CorrespondingReferenceInterface.php, line 127
Class
- CorrespondingReferenceInterface
- Defines the interface for corresponding reference config entities.
Namespace
Drupal\cer\EntityCode
public function getCorrespondingFields();