n How to load file by fid in drupal 8 & 9 | CodimTh

Please Disable Your Browser Adblock Extension for our site and Refresh This Page!

our ads are user friendly, we do not serve popup ads. We serve responsible ads!

Refresh Page
Skip to main content
On . By CodimTh
Category:

In this article I will show you How to load file by fid in drupal 8 & 9 and get url or uri, also how to print this file in markup. 

 

Method 1: get url use file_create_url() method

$file =File::load($fid);
$path = file_create_url($file->getFileUri());

 

Method 1: get url using url() method

$file =File::load($fid);
$path = $file->url();

return [
    '#type' => 'markup',
    '#markup' => "<img src='$path' width='100' height='100' />"
];

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook