function UploadedFileInterface::getRealPath
Same name in other branches
- 10 core/modules/file/src/Upload/UploadedFileInterface.php \Drupal\file\Upload\UploadedFileInterface::getRealPath()
- 11.x core/modules/file/src/Upload/UploadedFileInterface.php \Drupal\file\Upload\UploadedFileInterface::getRealPath()
Gets the absolute path to the file.
Return value
string|false The path to the file, or FALSE if the file does not exist.
See also
https://php.net/manual/en/splfileinfo.getrealpath.php
1 method overrides UploadedFileInterface::getRealPath()
- FormUploadedFile::getRealPath in core/
modules/ file/ src/ Upload/ FormUploadedFile.php - Gets the absolute path to the file.
File
-
core/
modules/ file/ src/ Upload/ UploadedFileInterface.php, line 66
Class
- UploadedFileInterface
- Provides an interface for uploaded files.
Namespace
Drupal\file\UploadCode
public function getRealPath();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.