Skip to content

Instantly share code, notes, and snippets.

@v1talii-dev
Created May 15, 2018 12:19
Show Gist options
  • Save v1talii-dev/91d82469ba99456781ad78e3e2d4c1b1 to your computer and use it in GitHub Desktop.
Save v1talii-dev/91d82469ba99456781ad78e3e2d4c1b1 to your computer and use it in GitHub Desktop.
D8: get file real path
<?php
$file = File::load($file_id);
$uri = $file->getFileUri();
$stream_wrapper_manager = \Drupal::service('stream_wrapper_manager')->getViaUri($uri);
$file_path = $stream_wrapper_manager->realpath();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment