public function PostFileInterface::setFieldName

Set the name of the field

Parameters

string $name Field name:

Return value

self

1 method overrides PostFileInterface::setFieldName()
PostFile::setFieldName in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php
Set the name of the field

File

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

Class

PostFileInterface
POST file upload

Namespace

Guzzle\Http\Message

Code

public function setFieldName($name);