So I have this Node:
object(DrupalnodeEntityNode)[1862] protected 'values' => array (size=17) 'vid' => array (size=1) 'x-default' => string '7' (length=1) 'langcode' => array (size=1) 'x-default' => array (size=1) 0 => array (size=1) 'value' => string 'en' (length=2) ... (more fields) 'field_image' => array (size=1) 'x-default' => array (size=1) 0 => array (size=5) 'target_id' => string '1' (length=1) 'alt' => string '' (length=0) 'title' => string '' (length=0) 'width' => string '150' (length=3) 'height' => string '120' (length=3)
Now the field_image has an array with x-default and some basic image data. How do I show the image, or create a link to the image inside the Twig template?
Sponsored by SupremePR