Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zuhairkareem/573054184e7b2b273db0fd86fed9ba52 to your computer and use it in GitHub Desktop.
Save zuhairkareem/573054184e7b2b273db0fd86fed9ba52 to your computer and use it in GitHub Desktop.
Get url from image field
$node_object = Node::load((int) $node_id);
$node_object->field_image->entity->url();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment