Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
frankyonnetti / Drupal8--loop-entity-reference-fields.php.twig
Last active February 16, 2021 18:01
Drupal 8 - loop entity reference fields #drupal #d8 #loop
Twig coding standards
https://www.drupal.org/node/1823416
Filters - Modifying Variables In Twig Templates
https://www.drupal.org/node/2357633
{% for i, value in content.field_app_prod_toggle_products %}
{% if node.field_app_prod_toggle_products[i].entity %}
{% if i == 0 %}