File::getFileUri

public File::getFileUri()

Returns the URI of the file.

Return value

string The URI of the file, e.g. public://directory/file.jpg.

Overrides FileInterface::getFileUri

File

core/modules/file/src/Entity/File.php, line 57

Class

File
Defines the file entity class.

Namespace

Drupal\file\Entity

Code

public function getFileUri() {
  return $this->get('uri')->value;
}
doc_Drupal
2016-10-29 09:13:14
Comments
Leave a Comment

Please login to continue.