public function RequestInterface::getFiles in RESTful 7.2
Get the files in the request.
Return value
array The available files in the request.
1 method overrides RequestInterface::getFiles()
- Request::getFiles in src/
Http/ Request.php - Get the files in the request.
File
- src/
Http/ RequestInterface.php, line 245 - Contains \Drupal\restful\Http\RequestInterface.
Class
Namespace
Drupal\restful\HttpCode
public function getFiles();