Answers for "get entity refernce field value on views field twig drupal 8"

0

Drupal twig get value of entity reference field

node.field_example.entity.name.value {# Get the name of entity #}
node.field_example.entity.id {# Get the ID of entity #}
Posted by: Guest on May-28-2021

Code answers related to "get entity refernce field value on views field twig drupal 8"

Browse Popular Code Answers by Language