Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FileTransfer.php

function FileTransfer::connect

Connects to the server.

1 call to FileTransfer::connect()
FileTransfer::__get in core/lib/Drupal/Core/FileTransfer/FileTransfer.php
Implements the magic __get() method.
3 methods override FileTransfer::connect()
FTPExtension::connect in core/lib/Drupal/Core/FileTransfer/FTPExtension.php
Connects to the server.
Local::connect in core/lib/Drupal/Core/FileTransfer/Local.php
Connects to the server.
SSH::connect in core/lib/Drupal/Core/FileTransfer/SSH.php
Connects to the server.

File

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

Class

FileTransfer
Defines the base FileTransfer class.

Namespace

Drupal\Core\FileTransfer

Code

public abstract function connect();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal