public function PostFile::getContentType

Get the Content-Type of the file

Return value

string

Overrides PostFileInterface::getContentType

File

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

Class

PostFile
POST file upload

Namespace

Guzzle\Http\Message

Code

public function getContentType() {
  return $this->contentType;
}