TemporaryJsonapiFileFieldUploader::REQUEST_HEADER_FILENAME_REGEX
Same name in other branches
- 8.9.x core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php \Drupal\jsonapi\Controller\TemporaryJsonapiFileFieldUploader::REQUEST_HEADER_FILENAME_REGEX
- 10 core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php \Drupal\jsonapi\Controller\TemporaryJsonapiFileFieldUploader::REQUEST_HEADER_FILENAME_REGEX
The regex used to extract the filename from the content disposition header.
File
-
core/
modules/ jsonapi/ src/ Controller/ TemporaryJsonapiFileFieldUploader.php, line 53
Class
- TemporaryJsonapiFileFieldUploader
- Reads data from an upload stream and creates a corresponding file entity.
Namespace
Drupal\jsonapi\ControllerCode
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.