function FormUploadedFile::getPathname
Gets the path to the file.
Return value
string The path to the file.
Overrides UploadedFileInterface::getPathname
File
-
core/
modules/ file/ src/ Upload/ FormUploadedFile.php, line 80
Class
- FormUploadedFile
- Provides a bridge to Symfony UploadedFile.
Namespace
Drupal\file\UploadCode
public function getPathname() : string {
return $this->uploadedFile
->getPathname();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.