drupal_chmod |
function |
core/includes/drupal.inc |
Sets the permissions on a file or directory. |
backdrop_chmod |
function |
core/includes/file.inc |
Sets the permissions on a file or directory. |
FileTransfer::chmod |
function |
core/includes/filetransfer/filetransfer.inc |
Changes the permissions of the specified $path (file or directory). |
FileTransferChmodInterface |
interface |
core/includes/filetransfer/filetransfer.inc |
A FileTransfer Class implementing this interface can be used to chmod files. |
FileTransferSSH::chmodJailed |
function |
core/includes/filetransfer/ssh.inc |
Changes the permissions of the file / directory specified in $path |
TestFileTransfer::chmodJailed |
function |
core/modules/simpletest/tests/filetransfer.test |
|
FileTransferLocal::chmodJailed |
function |
core/includes/filetransfer/local.inc |
Changes the permissions of the file / directory specified in $path |
BackdropLocalStreamWrapper::chmod |
function |
core/includes/stream_wrappers.inc |
Base implementation of chmod(). |
DatabaseStatementEmpty::setFetchMode |
function |
core/includes/database/database.inc |
|
BackdropStreamWrapperInterface::chmod |
function |
core/includes/stream_wrappers.inc |
Changes permissions of the resource. |
FileTransferFTPExtension::chmodJailed |
function |
core/includes/filetransfer/ftp.inc |
Changes the permissions of the file / directory specified in $path |
FileExampleSessionStreamWrapper::chmod |
function |
modules/examples/file_example/file_example_session_streams.inc |
We have no concept of chmod, so just return TRUE. |
DatabaseStatementPrefetch::setFetchMode |
function |
core/includes/database/prefetch.inc |
|
FileTransferChmodInterface::chmodJailed |
function |
core/includes/filetransfer/filetransfer.inc |
Changes the permissions of the file / directory specified in $path |
SearchConfigSettingsForm::testSearchModuleDisabling |
function |
core/modules/search/tests/search.test |
Verify that you can disable individual search modules. |