public EntityInterface::referencedEntities()
Gets a list of entities referenced by this entity.
Return value
\Drupal\Core\Entity\EntityInterface[] An array of entities.
File
- core/lib/Drupal/Core/Entity/EntityInterface.php, line 413
Class
- EntityInterface
- Defines a common interface for all entity objects.
Namespace
Drupal\Core\Entity
Code
public function referencedEntities();
Please login to continue.