Skip to main content
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