public function PostFile::getFilename

Get the full path to the file

Return value

string

Overrides PostFileInterface::getFilename

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php, line 69

Class

PostFile
POST file upload

Namespace

Guzzle\Http\Message

Code

public function getFilename() {
  return $this->filename;
}