Skip to content

Instantly share code, notes, and snippets.

View mogtofu33's full-sized avatar

Jean Valverde mogtofu33

View GitHub Profile
@mogtofu33
mogtofu33 / drupal_8_twig_cheatsheet.md
Created July 29, 2020 17:10 — forked from raphaellarrinaga/drupal_8_twig_cheatsheet.md
[Drupal 8 Twig cheatsheet] #tags: drupal8, twig, cheatsheet

Drupal 8 Twig cheatsheet

Getting Drupal 8 field values in Twig

Image path: {{ file_url(content.field_name['#items'].entity.uri.value) }}

Image title text: {{ node.field_name.title }}

Entity Reference path: {{ content.field_tags[0]['#url'] }}