Search for handle
- Search 7.x for handle
- Search 9.5.x for handle
- Search 8.9.x for handle
- Search 10.3.x for handle
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldStorageConfigAccessControlHandlerTest::$accessControlHandler | property | core/ |
The field storage config access controller to test. |
FieldStorageConfigAccessControlHandlerTest::$anon | property | core/ |
The mock account without field storage config access. |
FieldStorageConfigAccessControlHandlerTest::$entity | property | core/ |
The FieldStorageConfig entity used for testing. |
FieldStorageConfigAccessControlHandlerTest::$member | property | core/ |
The mock account with field storage config access. |
FieldStorageConfigAccessControlHandlerTest::$moduleHandler | property | core/ |
The mock module handler. |
FieldStorageConfigAccessControlHandlerTest::assertAllowOperations | function | core/ |
Assert method to verify the access by operations. |
FieldStorageConfigAccessControlHandlerTest::setUp | function | core/ |
|
FieldStorageConfigAccessControlHandlerTest::testAccess | function | core/ |
Ensures field storage config access is working properly. |
FieldStorageConfigStorage::$moduleHandler | property | core/ |
The module handler. |
FieldTypePluginManagerTest::$moduleHandler | property | core/ |
A mocked module handler. |
FieldUITest::testBooleanFilterHandler | function | core/ |
Tests adding a boolean field filter handler. |
FieldUITest::testHandlerUI | function | core/ |
Tests basic field handler settings in the UI. |
FieldUITest::testHandlerUIAggregation | function | core/ |
Tests the basic field handler form when aggregation is enabled. |
file.upload_handler | service | core/ |
Drupal\file\Upload\FileUploadHandler |
FileAccessControlHandler | class | core/ |
Provides a File access control handler. |
FileAccessControlHandler.php | file | core/ |
|
FileAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
FileAccessControlHandler::checkCreateAccess | function | core/ |
Performs create access checks. |
FileAccessControlHandler::checkFieldAccess | function | core/ |
Default field access as determined by this access control handler. |
FileAccessControlHandler::getFileReferences | function | core/ |
Wrapper for file_get_file_references(). |
FileAccessFormatterControlHandlerInterface | interface | core/ |
Defines an interface for file access handlers which runs on file formatters. |
FileAccessFormatterControlHandlerInterface.php | file | core/ |
|
FileFieldFormatterAccessTest::testFileAccessHandler | function | core/ |
Tests the custom access handler is invoked. |
FileProcessOutputCallback::$handle | property | core/ |
The file to write to. |
FileRepository::$moduleHandler | property | core/ |
The module handler. |
FileTestAccessControlHandler | class | core/ |
Defines a class for an alternate file access control handler. |
FileTestAccessControlHandler.php | file | core/ |
|
FileTestAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
FileUpload::handleFileUploadForExistingResource | function | core/ |
Handles JSON:API file upload requests. |
FileUpload::handleFileUploadForNewResource | function | core/ |
Handles JSON:API file upload requests. |
FileUpload::handleFileUploadForResource | function | core/ |
Handles JSON:API file upload requests. |
FileUploadHandler | class | core/ |
Handles validating and creating file entities from file uploads. |
FileUploadHandler.php | file | core/ |
|
FileUploadHandler::$currentUser | property | core/ |
The current user. |
FileUploadHandler::$entityTypeManager | property | core/ |
The entity type manager. |
FileUploadHandler::$eventDispatcher | property | core/ |
The event dispatcher. |
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::moveUploadedFile | function | core/ |
Move the uploaded file from the temporary path to the destination. |
FileUploadHandler::__construct | function | core/ |
|
FileUploadHandlerInterface | interface | core/ |
Handles validating and creating file entities from file uploads. |
FileUploadHandlerInterface.php | file | core/ |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.