Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
FileTransfer::createDirectoryJailed function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Creates a directory.
FileTransfer::factory function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Defines a factory method for this class.
FileTransfer::findChroot function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Returns the chroot property for this connection.
FileTransfer::fixRemotePath function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Returns a modified path suitable for passing to the server.
FileTransfer::getSettingsForm function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Returns a form to collect connection settings credentials.
FileTransfer::isDirectory function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Checks if a particular path is a directory.
FileTransfer::isFile function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Checks if a particular path is a file (not a directory).
FileTransfer::removeDirectory function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Removes a directory.
FileTransfer::removeDirectoryJailed function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Removes a directory.
FileTransfer::removeFile function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Removes a file.
FileTransfer::removeFileJailed function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Removes a file.
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.
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
FileTransferAuthorizeForm::create function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php
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
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
FileTransferAuthorizeForm::validateForm function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php
FileTransferAuthorizeForm::__construct function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Constructs a new FileTransferAuthorizeForm object.
FileTransferAuthorizeFormTest class core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php Tests the Update Manager module upload via authorize.php functionality.
FileTransferAuthorizeFormTest.php file core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php
FileTransferAuthorizeFormTest::$defaultTheme property core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php
FileTransferAuthorizeFormTest::$modules property core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php Modules to enable.
FileTransferAuthorizeFormTest::archiveFileUrlProvider function core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php Data provider method for testViaAuthorize().
FileTransferAuthorizeFormTest::setUp function core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php
FileTransferAuthorizeFormTest::testViaAuthorize function core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php Tests the Update Manager module upload via authorize.php functionality.
FileTransferException class core/lib/Drupal/Core/FileTransfer/FileTransferException.php FileTransferException class.
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/Functional/FileTransfer/FileTransferTest.php Tests that the jail is respected and that protocols using recursive file move
operations work.
FileTransferTest.php file core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
FileTransferTest::$defaultTheme property core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
FileTransferTest::$hostname property core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
FileTransferTest::$password property core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
FileTransferTest::$port property core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
FileTransferTest::$username property core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
FileTransferTest::setUp function core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
FileTransferTest::testJail function core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
FileTransferTest::_buildFakeModule function core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
FileTransferTest::_getFakeModuleFiles function core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php

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