Search for load
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileUploadHandlerInterface.php | file | core/ |
|
| FileUploadHandlerInterface::handleFileUpload | function | core/ |
Creates a file from an upload. |
| 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/ |
Modules to install. |
| FileUploadHandlerTest::setUp | function | core/ |
|
| FileUploadHandlerTest::testLockAcquireException | function | core/ |
Test the lock acquire exception. |
| FileUploadJsonBasicAuthTest | class | core/ |
Tests File Upload Json Basic Auth. |
| FileUploadJsonBasicAuthTest.php | file | core/ |
|
| FileUploadJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| FileUploadJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FileUploadJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
| FileUploadJsonBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| FileUploadJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
| FileUploadJsonCookieTest | class | core/ |
Tests File Upload Json Cookie. |
| FileUploadJsonCookieTest.php | file | core/ |
|
| FileUploadJsonCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| FileUploadJsonCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FileUploadJsonCookieTest::$entityTypeId | property | core/ |
Entity type ID for this storage. |
| FileUploadJsonCookieTest::$format | property | core/ |
The format to use in this test. |
| FileUploadJsonCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| FileUploadLocationTrait | trait | core/ |
Resolves the file upload location from a file field definition. |
| FileUploadLocationTrait.php | file | core/ |
|
| FileUploadLocationTrait::getUploadLocation | function | core/ |
Resolves the file upload location from a file field definition. |
| FileUploadResource | class | core/ |
File upload resource. |
| FileUploadResource.php | file | core/ |
|
| FileUploadResource::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| FileUploadResource::generateLockIdFromFileUri | function | core/ |
Generates a lock ID based on the file URI. |
| FileUploadResource::getBaseRoute | function | core/ |
Gets the base route for a particular method. |
| FileUploadResource::getBaseRouteRequirements | function | core/ |
Gets the base route requirements for a particular method. |
| FileUploadResource::permissions | function | core/ |
Implements ResourceInterface::permissions(). |
| FileUploadResource::post | function | core/ |
Creates a file from an endpoint. |
| FileUploadResource::validateAndLoadFieldDefinition | function | core/ |
Validates and loads a field definition instance. |
| FileUploadResource::__construct | function | core/ |
Constructs a Drupal\rest\Plugin\ResourceBase object. |
| FileUploadResourceTestBase | class | core/ |
Tests binary data file upload route. |
| FileUploadResourceTestBase.php | file | core/ |
|
| FileUploadResourceTestBase::$entity | property | core/ |
The parent entity. |
| FileUploadResourceTestBase::$field | property | core/ |
The field config. |
| FileUploadResourceTestBase::$fieldStorage | property | core/ |
The test field storage config. |
| FileUploadResourceTestBase::$file | property | core/ |
Created file entity. |
| FileUploadResourceTestBase::$fileStorage | property | core/ |
The entity storage for the 'file' entity type. |
| FileUploadResourceTestBase::$modules | property | core/ |
Modules to install. |
| FileUploadResourceTestBase::$postUri | property | core/ |
The POST URI. |
| FileUploadResourceTestBase::$resourceConfigId | property | core/ |
The REST Resource Config entity ID under test (i.e. a resource type). |
| FileUploadResourceTestBase::$testFileData | property | core/ |
Test file data. |
| FileUploadResourceTestBase::$user | property | core/ |
An authenticated user. |
| FileUploadResourceTestBase::assertNormalizationEdgeCases | function | core/ |
Asserts normalization-specific edge cases. |
| FileUploadResourceTestBase::assertResponseData | function | core/ |
Asserts expected normalized data matches response data. |
| FileUploadResourceTestBase::fileRequest | function | core/ |
Performs a file upload request. Wraps the Guzzle HTTP client. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.