Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
FileTransfer::sanitizePath function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Changes backslashes to slashes, also removes a trailing slash.
FileTransfer::setChroot function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Sets the chroot and changes the jail to match the correct path scheme.
FileTransfer::__construct function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Constructs a Drupal\Core\FileTransfer\FileTransfer object.
FileTransfer::__get function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Implements the magic __get() method.
FileTransfer::__isset function core/lib/Drupal/Core/FileTransfer/FileTransfer.php
FileTransfer::__set function core/lib/Drupal/Core/FileTransfer/FileTransfer.php
FileTransfer::__unset function core/lib/Drupal/Core/FileTransfer/FileTransfer.php
FileTransferAuthorizeForm class core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Provides the file transfer authorization form.
FileTransferAuthorizeForm.php file core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php
FileTransferAuthorizeForm::$root property core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php The app root.
FileTransferAuthorizeForm::addConnectionSettings function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Generates the Form API array for a given connection backend's settings.
FileTransferAuthorizeForm::buildForm function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Form constructor.
FileTransferAuthorizeForm::create function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Instantiates a new instance of the implementing class using autowiring.
FileTransferAuthorizeForm::getFiletransfer function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Gets a FileTransfer class for a specific transfer method and settings.
FileTransferAuthorizeForm::getFormId function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Returns a unique string identifying the form.
FileTransferAuthorizeForm::runOperation function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Runs the operation specified in 'authorize_operation' session property.
FileTransferAuthorizeForm::setConnectionSettingsDefaults function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Sets the default settings on a file transfer connection form recursively.
FileTransferAuthorizeForm::submitForm function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Form submission handler.
FileTransferAuthorizeForm::validateForm function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Form validation handler.
FileTransferAuthorizeForm::__construct function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Constructs a new FileTransferAuthorizeForm object.
FileTransferException class core/lib/Drupal/Core/FileTransfer/FileTransferException.php Exception thrown for file transfer errors.
FileTransferException.php file core/lib/Drupal/Core/FileTransfer/FileTransferException.php
FileTransferException::$arguments property core/lib/Drupal/Core/FileTransfer/FileTransferException.php Arguments to be used in this exception.
FileTransferException::__construct function core/lib/Drupal/Core/FileTransfer/FileTransferException.php Constructs a FileTransferException object.
FileTransferTest class core/modules/system/tests/src/Unit/FileTransfer/FileTransferTest.php Tests for the file transfer system.
FileTransferTest class core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php Tests recursive file copy operations with the file transfer jail.
FileTransferTest.php file core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
FileTransferTest.php file core/modules/system/tests/src/Unit/FileTransfer/FileTransferTest.php
FileTransferTest::$defaultTheme property core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php The theme to install as the default for testing.
FileTransferTest::$testConnection property core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
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::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.

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