FileUploadResource::REQUEST_HEADER_FILENAME_REGEX

Same name in other branches
  1. 9 core/modules/file/src/Plugin/rest/resource/FileUploadResource.php \Drupal\file\Plugin\rest\resource\FileUploadResource::REQUEST_HEADER_FILENAME_REGEX
  2. 8.9.x core/modules/file/src/Plugin/rest/resource/FileUploadResource.php \Drupal\file\Plugin\rest\resource\FileUploadResource::REQUEST_HEADER_FILENAME_REGEX

The regex used to extract the filename from the content disposition header.

Deprecated

in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\file\Upload\ContentDispositionFilenameParser::REQUEST_HEADER_FILENAME_REGEX instead.

See also

https://www.drupal.org/node/3380380

File

core/modules/file/src/Plugin/rest/resource/FileUploadResource.php, line 86

Class

FileUploadResource
File upload resource.

Namespace

Drupal\file\Plugin\rest\resource

Code

const REQUEST_HEADER_FILENAME_REGEX = '@\\bfilename(?<star>\\*?)=\\"(?<filename>.+)\\"@';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.