function FileTransfer::__construct

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/FileTransfer/FileTransfer.php \Drupal\Core\FileTransfer\FileTransfer::__construct()
  2. 7.x includes/filetransfer/filetransfer.inc \FileTransfer::__construct()

Constructs a Drupal\Core\FileTransfer\FileTransfer object.

Parameters

$jail: The full path where all file operations performed by this object will be restricted to. This prevents the FileTransfer classes from being able to touch other parts of the filesystem.

File

core/lib/Drupal/Core/FileTransfer/FileTransfer.php, line 73

Class

FileTransfer
Defines the base FileTransfer class.

Namespace

Drupal\Core\FileTransfer

Code

public function __construct($jail) {
  $this->jail = $jail;
}

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