function FileTransfer::setChroot
Same name in other branches
- 9 core/lib/Drupal/Core/FileTransfer/FileTransfer.php \Drupal\Core\FileTransfer\FileTransfer::setChroot()
- 8.9.x core/lib/Drupal/Core/FileTransfer/FileTransfer.php \Drupal\Core\FileTransfer\FileTransfer::setChroot()
- 10 core/lib/Drupal/Core/FileTransfer/FileTransfer.php \Drupal\Core\FileTransfer\FileTransfer::setChroot()
- 11.x core/lib/Drupal/Core/FileTransfer/FileTransfer.php \Drupal\Core\FileTransfer\FileTransfer::setChroot()
Sets the chroot and changes the jail to match the correct path scheme
1 call to FileTransfer::setChroot()
- FileTransfer::__get in includes/
filetransfer/ filetransfer.inc - Implementation of the magic __get() method.
File
-
includes/
filetransfer/ filetransfer.inc, line 320
Class
Code
function setChroot() {
$this->chroot = $this->findChroot();
$this->jail = $this->fixRemotePath($this->jail);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.