Get the name of the field
Return value
string
Overrides PostFileInterface::getFieldName
File
- drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php, line 42
Class
- PostFile
- POST file upload
Namespace
Guzzle\Http\Message
Code
public function getFieldName() {
return $this->fieldName;
}