function File::getFileUri
Same name in other branches
- 9 core/modules/file/src/Entity/File.php \Drupal\file\Entity\File::getFileUri()
- 8.9.x core/modules/file/src/Entity/File.php \Drupal\file\Entity\File::getFileUri()
- 10 core/modules/file/src/Entity/File.php \Drupal\file\Entity\File::getFileUri()
Overrides FileInterface::getFileUri
2 calls to File::getFileUri()
- File::createFileUrl in core/
modules/ file/ src/ Entity/ File.php - Creates a file URL for the URI of this file.
- File::preSave in core/
modules/ file/ src/ Entity/ File.php - Acts on an entity before the presave hook is invoked.
File
-
core/
modules/ file/ src/ Entity/ File.php, line 78
Class
- File
- Defines the file entity class.
Namespace
Drupal\file\EntityCode
public function getFileUri() {
return $this->get('uri')->value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.