Search for handle

  1. Search 7.x for handle
  2. Search 9.5.x for handle
  3. Search 8.9.x for handle
  4. Search 10.3.x for handle
  5. Other projects
Title Object type File name Summary
FieldStorageConfigAccessControlHandler class core/modules/field/src/FieldStorageConfigAccessControlHandler.php Defines the access control handler for the field storage config entity type.
FieldStorageConfigAccessControlHandler.php file core/modules/field/src/FieldStorageConfigAccessControlHandler.php
FieldStorageConfigAccessControlHandler::checkAccess function core/modules/field/src/FieldStorageConfigAccessControlHandler.php Performs access checks.
FieldStorageConfigAccessControlHandlerTest class core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php Tests the field storage config access controller.
FieldStorageConfigAccessControlHandlerTest.php file core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php
FieldStorageConfigAccessControlHandlerTest::$accessControlHandler property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The field storage config access controller to test.
FieldStorageConfigAccessControlHandlerTest::$anon property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The mock account without field storage config access.
FieldStorageConfigAccessControlHandlerTest::$entity property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The FieldStorageConfig entity used for testing.
FieldStorageConfigAccessControlHandlerTest::$member property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The mock account with field storage config access.
FieldStorageConfigAccessControlHandlerTest::$moduleHandler property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The mock module handler.
FieldStorageConfigAccessControlHandlerTest::assertAllowOperations function core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php Assert method to verify the access by operations.
FieldStorageConfigAccessControlHandlerTest::setUp function core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php
FieldStorageConfigAccessControlHandlerTest::testAccess function core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php Ensures field storage config access is working properly.
FieldStorageConfigStorage::$moduleHandler property core/modules/field/src/FieldStorageConfigStorage.php The module handler.
FieldTypePluginManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php A mocked module handler.
FieldUITest::testBooleanFilterHandler function core/modules/field/tests/src/Functional/Views/FieldUITest.php Tests adding a boolean field filter handler.
FieldUITest::testHandlerUI function core/modules/field/tests/src/Functional/Views/FieldUITest.php Tests basic field handler settings in the UI.
FieldUITest::testHandlerUIAggregation function core/modules/field/tests/src/Functional/Views/FieldUITest.php Tests the basic field handler form when aggregation is enabled.
file.upload_handler service core/modules/file/file.services.yml Drupal\file\Upload\FileUploadHandler
FileAccessControlHandler class core/modules/file/src/FileAccessControlHandler.php Provides a File access control handler.
FileAccessControlHandler.php file core/modules/file/src/FileAccessControlHandler.php
FileAccessControlHandler::checkAccess function core/modules/file/src/FileAccessControlHandler.php Performs access checks.
FileAccessControlHandler::checkCreateAccess function core/modules/file/src/FileAccessControlHandler.php Performs create access checks.
FileAccessControlHandler::checkFieldAccess function core/modules/file/src/FileAccessControlHandler.php Default field access as determined by this access control handler.
FileAccessControlHandler::getFileReferences function core/modules/file/src/FileAccessControlHandler.php Wrapper for file_get_file_references().
FileAccessFormatterControlHandlerInterface interface core/modules/file/src/FileAccessFormatterControlHandlerInterface.php Defines an interface for file access handlers which runs on file formatters.
FileAccessFormatterControlHandlerInterface.php file core/modules/file/src/FileAccessFormatterControlHandlerInterface.php
FileFieldFormatterAccessTest::testFileAccessHandler function core/modules/file/tests/src/Functional/FileFieldFormatterAccessTest.php Tests the custom access handler is invoked.
FileProcessOutputCallback::$handle property core/modules/package_manager/src/FileProcessOutputCallback.php The file to write to.
FileSelectionTest::$selectionHandler property core/modules/file/tests/src/Kernel/Plugin/EntityReference/FileSelectionTest.php The selection handler.
FileTestAccessControlHandler class core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php Defines a class for an alternate file access control handler.
FileTestAccessControlHandler.php file core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php
FileTestAccessControlHandler::checkAccess function core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php Performs access checks.
FileUpload::handleFileUploadForExistingResource function core/modules/jsonapi/src/Controller/FileUpload.php Handles JSON:API file upload requests.
FileUpload::handleFileUploadForNewResource function core/modules/jsonapi/src/Controller/FileUpload.php Handles JSON:API file upload requests.
FileUpload::handleFileUploadForResource function core/modules/jsonapi/src/Controller/FileUpload.php Handles JSON:API file upload requests.
FileUploadHandler class core/modules/file/src/Upload/FileUploadHandler.php Handles validating and creating file entities from file uploads.
FileUploadHandler.php file core/modules/file/src/Upload/FileUploadHandler.php
FileUploadHandler::$fileValidator property core/modules/file/src/Upload/FileUploadHandler.php The file validator.
FileUploadHandler::DEFAULT_EXTENSIONS constant core/modules/file/src/Upload/FileUploadHandler.php The default extensions if none are provided.
FileUploadHandler::generateLockId function core/modules/file/src/Upload/FileUploadHandler.php Generates a lock ID based on the file URI.
FileUploadHandler::handleExtensionValidation function core/modules/file/src/Upload/FileUploadHandler.php Gets the list of allowed extensions and updates the validators.
FileUploadHandler::handleFileUpload function core/modules/file/src/Upload/FileUploadHandler.php Creates a file from an upload.
FileUploadHandler::moveUploadedFile function core/modules/file/src/Upload/FileUploadHandler.php Move the uploaded file from the temporary path to the destination.
FileUploadHandler::__construct function core/modules/file/src/Upload/FileUploadHandler.php
FileUploadHandlerInterface interface core/modules/file/src/Upload/FileUploadHandlerInterface.php Handles validating and creating file entities from file uploads.
FileUploadHandlerInterface.php file core/modules/file/src/Upload/FileUploadHandlerInterface.php
FileUploadHandlerInterface::handleFileUpload function core/modules/file/src/Upload/FileUploadHandlerInterface.php Creates a file from an upload.
FileUploadHandlerTest class core/modules/file/tests/src/Kernel/FileUploadHandlerTest.php Tests the file upload handler.
FileUploadHandlerTest.php file core/modules/file/tests/src/Kernel/FileUploadHandlerTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.