function FTP::getSettingsForm

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/FileTransfer/FTP.php \Drupal\Core\FileTransfer\FTP::getSettingsForm()
  2. 10 core/lib/Drupal/Core/FileTransfer/FTP.php \Drupal\Core\FileTransfer\FTP::getSettingsForm()
  3. 8.9.x core/lib/Drupal/Core/FileTransfer/FTP.php \Drupal\Core\FileTransfer\FTP::getSettingsForm()

File

core/lib/Drupal/Core/FileTransfer/FTP.php, line 43

Class

FTP
Defines the base class for FTP implementations.

Namespace

Drupal\Core\FileTransfer

Code

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

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