Updater::makeWorldReadable

public function Updater::makeWorldReadable

public Updater::makeWorldReadable(&$filetransfer, $path, $recursive = TRUE)

Ensures that a given directory is world readable.

Parameters

\Drupal\Core\FileTransfer\FileTransfer $filetransfer: Object which is a child of FileTransfer.

string $path: The file path to make world readable.

bool $recursive: If the chmod should be applied recursively.

File

登录查看完整内容