abstract public function FileTransfer::isDirectory

Checks if a particular path is a directory.

Parameters

string $path: The path to check

Return value

bool TRUE if the specified path is a directory, FALSE otherwise.

1 call to FileTransfer::isDirectory()
4 methods override FileTransfer::isDirectory()

File

drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php, line 337
Definition of Drupal\Core\FileTransfer\FileTransfer.

Class

FileTransfer
Defines the base FileTransfer class.

Namespace

Drupal\Core\FileTransfer

Code

public abstract function isDirectory($path);