public function CorrespondingReferenceInterface::getBundles in Corresponding Entity References 8.4
Gets an array of referenced bundle names keyed by entity ID.
Return value
array The referenced bundles, keyed by entity ID.
1 method overrides CorrespondingReferenceInterface::getBundles()
- CorrespondingReference::getBundles in src/
Entity/ CorrespondingReference.php - Gets an array of referenced bundle names keyed by entity ID.
File
- src/
Entity/ CorrespondingReferenceInterface.php, line 91
Class
- CorrespondingReferenceInterface
- Defines the interface for corresponding reference config entities.
Namespace
Drupal\cer\EntityCode
public function getBundles();