function InputStreamUploadedFile::getPathname

Same name and namespace in other branches
  1. 11.x core/modules/file/src/Upload/InputStreamUploadedFile.php \Drupal\file\Upload\InputStreamUploadedFile::getPathname()

Overrides UploadedFileInterface::getPathname

File

core/modules/file/src/Upload/InputStreamUploadedFile.php, line 55

Class

InputStreamUploadedFile
An uploaded file from an input stream.

Namespace

Drupal\file\Upload

Code

public function getPathname() : string {
    throw new \BadMethodCallException(__METHOD__ . ' not implemented');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.