Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileUploadHandler::$mimeTypeGuesser | property | core/ |
The MIME type guesser. |
| FileUploadHandler::$requestStack | property | core/ |
The request stack. |
| FileUploadHandler::$streamWrapperManager | property | core/ |
The stream wrapper manager. |
| FileUploadHandler::DEFAULT_EXTENSIONS | constant | core/ |
The default extensions if none are provided. |
| FileUploadHandler::handleExtensionValidation | function | core/ |
Gets the list of allowed extensions and updates the validators. |
| FileUploadHandler::__construct | function | core/ |
Constructs a FileUploadHandler object. |
| FileUploadHandlerTest | class | core/ |
Tests the file upload handler. |
| FileUploadHandlerTest.php | file | core/ |
|
| FileUploadHandlerTest::$fileUploadHandler | property | core/ |
The file upload handler under test. |
| FileUploadHandlerTest::$modules | property | core/ |
|
| FileUploadHandlerTest::setUp | function | core/ |
|
| FileUploadHandlerTest::testFileSaveUploadSingleErrorFormSize | function | core/ |
Tests file size upload errors. |
| FileUploadJsonBasicAuthTest | class | core/ |
@group file |
| FileUploadJsonBasicAuthTest.php | file | core/ |
|
| FileUploadJsonBasicAuthTest::$auth | property | core/ |
|
| FileUploadJsonBasicAuthTest::$defaultTheme | property | core/ |
|
| FileUploadJsonBasicAuthTest::$format | property | core/ |
|
| FileUploadJsonBasicAuthTest::$mimeType | property | core/ |
|
| FileUploadJsonBasicAuthTest::$modules | property | core/ |
|
| FileUploadJsonCookieTest | class | core/ |
@group file |
| FileUploadJsonCookieTest.php | file | core/ |
|
| FileUploadJsonCookieTest::$auth | property | core/ |
|
| FileUploadJsonCookieTest::$defaultTheme | property | core/ |
|
| FileUploadJsonCookieTest::$entityTypeId | property | core/ |
Entity type ID for this storage. |
| FileUploadJsonCookieTest::$format | property | core/ |
|
| FileUploadJsonCookieTest::$mimeType | property | core/ |
|
| FileUploadResource | class | core/ |
File upload resource. |
| FileUploadResource.php | file | core/ |
|
| FileUploadResource::$currentUser | property | core/ |
The currently authenticated user. |
| FileUploadResource::$entityFieldManager | property | core/ |
The entity field manager. |
| FileUploadResource::$entityTypeManager | property | core/ |
The entity type manager. |
| FileUploadResource::$eventDispatcher | property | core/ |
The event dispatcher to dispatch the filename sanitize event. |
| FileUploadResource::$fileSystem | property | core/ |
The file system service. |
| FileUploadResource::$lock | property | core/ |
The lock service. |
| FileUploadResource::$mimeTypeGuesser | property | core/ |
The MIME type guesser. |
| FileUploadResource::$systemFileConfig | property | core/ |
|
| FileUploadResource::$token | property | core/ |
The token replacement instance. |
| FileUploadResource::BYTES_TO_READ | constant | core/ |
The amount of bytes to read in each iteration when streaming file data. |
| FileUploadResource::create | function | core/ |
|
| FileUploadResource::generateLockIdFromFileUri | function | core/ |
Generates a lock ID based on the file URI. |
| FileUploadResource::getBaseRoute | function | core/ |
|
| FileUploadResource::getBaseRouteRequirements | function | core/ |
|
| FileUploadResource::getUploadLocation | function | core/ |
Determines the URI for a file field. |
| FileUploadResource::getUploadValidators | function | core/ |
Retrieves the upload validators for a field definition. |
| FileUploadResource::permissions | function | core/ |
|
| FileUploadResource::post | function | core/ |
Creates a file from an endpoint. |
| FileUploadResource::prepareFilename | function | core/ |
Prepares the filename to strip out any malicious extensions. |
| FileUploadResource::REQUEST_HEADER_FILENAME_REGEX | constant | core/ |
The regex used to extract the filename from the content disposition header. |
| FileUploadResource::streamUploadData | function | core/ |
Streams file upload data to temporary file and moves to file destination. |
| FileUploadResource::validate | function | core/ |
Validates the file. |
Pagination
- Previous page
- Page 548
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.