Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ServerRequestInterface.php

function ServerRequestInterface::withUploadedFiles

Create a new instance with the specified uploaded files.

This method MUST be implemented in such a way as to retain the immutability of the message, and MUST return an instance that has the updated body parameters.

Parameters

array $uploadedFiles An array tree of UploadedFileInterface instances.:

Return value

static

Throws

\InvalidArgumentException if an invalid structure is provided.

1 method overrides ServerRequestInterface::withUploadedFiles()
ServerRequest::withUploadedFiles in vendor/guzzlehttp/psr7/src/ServerRequest.php
Create a new instance with the specified uploaded files.

File

vendor/psr/http-message/src/ServerRequestInterface.php, line 150

Class

ServerRequestInterface
Representation of an incoming, server-side HTTP request.

Namespace

Psr\Http\Message

Code

public function withUploadedFiles(array $uploadedFiles) : ServerRequestInterface;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal