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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
FileTransfer.php file core/lib/Drupal/Core/FileTransfer/FileTransfer.php
FileTransfer::$hostname property core/lib/Drupal/Core/FileTransfer/FileTransfer.php The hostname for this file transfer.
FileTransfer::$jail property core/lib/Drupal/Core/FileTransfer/FileTransfer.php Full path to directory where file-transfer is restricted to.
FileTransfer::$password property core/lib/Drupal/Core/FileTransfer/FileTransfer.php The password for this file transfer.
FileTransfer::$port property core/lib/Drupal/Core/FileTransfer/FileTransfer.php The port for this file transfer.
FileTransfer::$username property core/lib/Drupal/Core/FileTransfer/FileTransfer.php The username for this file transfer.
FileTransfer::checkPath function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Checks that the path is inside the jail and throws an exception if not.
FileTransfer::chmod function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Changes the permissions of the specified $path (file or directory).
FileTransfer::connect function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Connects to the server.
FileTransfer::copyDirectory function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Copies a directory.
FileTransfer::copyDirectoryJailed function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Copies a directory.
FileTransfer::copyFile function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Copies a file.
FileTransfer::copyFileJailed function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Copies a file.
FileTransfer::createDirectory function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Creates a directory.
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.
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
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::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

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