Drupal 8 Get Field Entities

[Solved] Drupal 8 Get Field Entities | Php Frameworks Drupal - Code Explorer | yomemimo.com
Question : drupal 8 get field entities

Answered by : gleaming-gannet-htlwomz3dthc

// Get first field reference entity.
$entity->get('field_entity_reference')->entity;
// Get all field reference entities.
$entities = $entity->get('field_entity_reference')->referencedEntities();

Source : https://drupal.stackexchange.com/questions/144947/how-do-i-access-a-field-value-for-an-entity-e-g-node-object | Last Update : Sun, 13 Jun 21

Answers related to drupal 8 get field entities

Code Explorer Popular Question For Php Frameworks Drupal