Include the Node classuse Drupal\node\NodeInterface;$node = Drupal::routeMatch()->getParameter('node');if (!$node instanceof NodeInterface) { return; }$image = $node->get('field_image')->entity->field_media_image->entity->getFileUri(); Log in to post comments Category Node Media