Search for file
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
File | class | core/ |
File entity media source. |
File | class | core/ |
Defines the file entity class. |
File | class | core/ |
Field handler to provide simple renderer that allows linking to a file. |
File | class | core/ |
Tests creating managed files views with the wizard. |
File | class | core/ |
Drupal 6 file source from database. |
File | class | core/ |
Drupal 7 file source from database. |
File | class | core/ |
Provides a form element for uploading a file. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FileUploadHandler::$fileRepository | property | core/ |
The file Repository. |
FileUploadHandler::$fileSystem | property | core/ |
The file system service. |
FileUploadHandler::$fileValidator | property | core/ |
The file validator. |
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::generateLockId | function | core/ |
Generates a lock ID based on the file URI. |
FileUploadHandler::handleExtensionValidation | function | core/ |
Gets the list of allowed extensions and updates the validators. |
FileUploadHandler::handleFileUpload | function | core/ |
Creates a file from an upload. |
FileUploadHandler::loadByUri | function | core/ |
Loads the first File entity found with the specified URI. |
FileUploadHandler::moveUploadedFile | function | core/ |
Move the uploaded file from the temporary path to the destination. |
FileUploadHandler::__construct | function | core/ |
|
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::testLegacyExtensions | function | core/ |
Tests the legacy extension support. |
FileUploadHandlerTest::testLockAcquireException | function | core/ |
Test the lock acquire exception. |
FileUploadJsonBasicAuthTest | class | core/ |
@group file @group #slow |
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/ |
@group file @group #slow |
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::$deprecatedProperties | property | core/ |
|
FileUploadResource::BYTES_TO_READ | constant | core/ |
The amount of bytes to read in each iteration when streaming file data. |
FileUploadResource::create | function | core/ |
Creates an instance of the plugin. |
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::getUploadLocation | function | core/ |
Determines the URI for a file field. |
FileUploadResource::permissions | function | core/ |
Implements ResourceInterface::permissions(). |
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. |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.