function FileTransferSSH::getSettingsForm

Returns the form to configure the FileTransfer class for SSH.

Overrides FileTransfer::getSettingsForm

File

includes/filetransfer/ssh.inc, line 105

Class

FileTransferSSH
The SSH connection class for the update module.

Code

public function getSettingsForm() {
    $form = parent::getSettingsForm();
    $form['advanced']['port']['#default_value'] = 22;
    return $form;
}

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