public function PostFileInterface::getContentType

Get the Content-Type of the file

Return value

string

1 method overrides PostFileInterface::getContentType()
PostFile::getContentType in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php
Get the Content-Type of the file

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFileInterface.php, line 59

Class

PostFileInterface
POST file upload

Namespace

Guzzle\Http\Message

Code

public function getContentType();