FileTransferTest::$testConnection |
property |
core/modules/system/tests/src/Unit/FileTransfer/FileTransferTest.php |
The test file transfer object. |
FileTransferTest::setUp |
function |
core/modules/system/tests/src/Unit/FileTransfer/FileTransferTest.php |
|
FileTransferTest::setUp |
function |
core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php |
|
FileTransferTest::testFileTransferMagicMethods |
function |
core/modules/system/tests/src/Unit/FileTransfer/FileTransferTest.php |
Tests the value returned by __get(). |
FileTransferTest::testJail |
function |
core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php |
Tests the file transfer jail. |
FileTransferTest::_buildFakeModule |
function |
core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php |
Builds a fake module directory for testing. |
FileTransferTest::_getFakeModuleFiles |
function |
core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php |
Returns a predefined list of fake module files for testing. |
FileTransferTest::_writeDirectory |
function |
core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php |
Writes a directory structure to the filesystem. |
FileTranslation |
class |
core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php |
File based string translation. |
FileTranslation.php |
file |
core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php |
|
FileTranslation::$directory |
property |
core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php |
Directory to find translation files in the file system. |
FileTranslation::$fileSystem |
property |
core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php |
The file system. |
FileTranslation::filesToArray |
function |
core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php |
Reads the given Gettext PO files into a data structure. |
FileTranslation::findTranslationFiles |
function |
core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php |
Finds installer translations either for a specific or all languages. |
FileTranslation::getLanguage |
function |
core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php |
Retrieves translations for a given language. |
FileTranslation::getTranslationFilesPattern |
function |
core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php |
Provides translation file name pattern. |
FileTranslation::__construct |
function |
core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php |
Constructs a StaticTranslation object. |
FileUpload |
class |
core/modules/jsonapi/src/Controller/FileUpload.php |
Handles file upload requests. |
FileUpload.php |
file |
core/modules/jsonapi/src/Controller/FileUpload.php |
|
FileUpload::checkFileUploadAccess |
function |
core/modules/jsonapi/src/Controller/FileUpload.php |
Checks if the current user has access to upload the file. |
FileUpload::ensureFileUploadAccess |
function |
core/modules/jsonapi/src/Controller/FileUpload.php |
Ensures that the given account is allowed to upload a file. |
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. |
FileUpload::validateAndLoadFieldDefinition |
function |
core/modules/jsonapi/src/Controller/FileUpload.php |
Validates and loads a field definition instance. |
FileUpload::__construct |
function |
core/modules/jsonapi/src/Controller/FileUpload.php |
|
FileUploadForm |
class |
core/modules/media_library/src/Form/FileUploadForm.php |
Creates a form to create media entities from uploaded files. |
FileUploadForm.php |
file |
core/modules/media_library/src/Form/FileUploadForm.php |
|
FileUploadForm::$elementInfo |
property |
core/modules/media_library/src/Form/FileUploadForm.php |
The element info manager. |
FileUploadForm::$fileRepository |
property |
core/modules/media_library/src/Form/FileUploadForm.php |
The file repository service. |
FileUploadForm::$fileSystem |
property |
core/modules/media_library/src/Form/FileUploadForm.php |
The file system service. |
FileUploadForm::$fileUsage |
property |
core/modules/media_library/src/Form/FileUploadForm.php |
The file usage service. |
FileUploadForm::$renderer |
property |
core/modules/media_library/src/Form/FileUploadForm.php |
The renderer service. |
FileUploadForm::buildEntityFormElement |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Builds the sub-form for setting required fields on a new media item. |
FileUploadForm::buildInputElement |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Builds the element for submitting source field value(s). |
FileUploadForm::create |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Instantiates a new instance of this class. |
FileUploadForm::createFileItem |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Create a file field item. |
FileUploadForm::createMediaFromValue |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Creates a new, unsaved media item from a source field value. |
FileUploadForm::getFormId |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Returns a unique string identifying the form. |
FileUploadForm::getMediaType |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Get the media type from the form state. |
FileUploadForm::hideExtraSourceFieldComponents |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Processes an image or file source field element. |
FileUploadForm::prepareMediaEntityForSave |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Prepares a created media item to be permanently saved. |
FileUploadForm::processUploadElement |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Processes an upload (managed_file) element. |
FileUploadForm::removeButtonSubmit |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Submit handler for the remove button. |
FileUploadForm::uploadButtonSubmit |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Submit handler for the upload button, inside the managed_file element. |
FileUploadForm::validateUploadElement |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Validates the upload element. |
FileUploadForm::__construct |
function |
core/modules/media_library/src/Form/FileUploadForm.php |
Constructs a new FileUploadForm. |
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::$currentUser |
property |
core/modules/file/src/Upload/FileUploadHandler.php |
The current user. |