Search for all
Title | Object type | File name | Summary |
---|---|---|---|
FileTestCase::createFile | function | modules/ |
Create a file and save it to the files table and assert that it occurs correctly. |
FileThemeImplementationsTestCase | class | modules/ |
Test theme implementations declared in file_theme(). |
FileThemeImplementationsTestCase::getInfo | function | modules/ |
|
FileThemeImplementationsTestCase::testThemeFileUploadHelp | function | modules/ |
|
FileTokenReplaceTestCase | class | modules/ |
Tests the file token replacement in strings. |
FileTokenReplaceTestCase::getInfo | function | modules/ |
|
FileTokenReplaceTestCase::testFileTokenReplacement | function | modules/ |
Creates a file, then tests the tokens generated from it. |
FileTranferTest | class | modules/ |
|
FileTranferTest::$hostname | property | modules/ |
|
FileTranferTest::$password | property | modules/ |
|
FileTranferTest::$port | property | modules/ |
|
FileTranferTest::$testConnection | property | modules/ |
|
FileTranferTest::$username | property | modules/ |
|
FileTranferTest::getInfo | function | modules/ |
|
FileTranferTest::setUp | function | modules/ |
|
FileTranferTest::testJail | function | modules/ |
|
FileTranferTest::_buildFakeModule | function | modules/ |
|
FileTranferTest::_getFakeModuleFiles | function | modules/ |
|
FileTranferTest::_writeDirectory | function | modules/ |
|
FileTransfer | class | includes/ |
#[AllowDynamicProperties] |
filetransfer.inc | file | includes/ |
|
filetransfer.test | file | modules/ |
|
FileTransfer::$hostname | property | includes/ |
|
FileTransfer::$jail | property | includes/ |
|
FileTransfer::$password | property | includes/ |
|
FileTransfer::$port | property | includes/ |
|
FileTransfer::$username | property | includes/ |
|
FileTransfer::checkPath | function | includes/ |
Checks that the path is inside the jail and throws an exception if not. |
FileTransfer::chmod | function | includes/ |
|
FileTransfer::connect | function | includes/ |
Connect to the server. |
FileTransfer::copyDirectory | function | includes/ |
Copies a directory. |
FileTransfer::copyDirectoryJailed | function | includes/ |
Copies a directory. |
FileTransfer::copyFile | function | includes/ |
Copies a file. |
FileTransfer::copyFileJailed | function | includes/ |
Copies a file. |
FileTransfer::createDirectory | function | includes/ |
Creates a directory. |
FileTransfer::createDirectoryJailed | function | includes/ |
Creates a directory. |
FileTransfer::factory | function | includes/ |
Classes that extend this class must override the factory() static method. |
FileTransfer::findChroot | function | includes/ |
Return the chroot property for this connection. |
FileTransfer::fixRemotePath | function | includes/ |
Returns a modified path suitable for passing to the server. If a path is a windows path, makes it POSIX compliant by removing the drive letter. If $this->chroot has a value, it is stripped from the path to allow for chroot'd filetransfer systems. |
FileTransfer::getSettingsForm | function | includes/ |
Returns a form to collect connection settings credentials. |
FileTransfer::isDirectory | function | includes/ |
Checks if a particular path is a directory |
FileTransfer::isFile | function | includes/ |
Checks if a particular path is a file (not a directory). |
FileTransfer::removeDirectory | function | includes/ |
Removes a directory. |
FileTransfer::removeDirectoryJailed | function | includes/ |
Removes a directory. |
FileTransfer::removeFile | function | includes/ |
Removes a file. |
FileTransfer::removeFileJailed | function | includes/ |
Removes a file. |
FileTransfer::sanitizePath | function | includes/ |
Changes backslashes to slashes, also removes a trailing slash. |
FileTransfer::setChroot | function | includes/ |
Sets the chroot and changes the jail to match the correct path scheme |
FileTransfer::__construct | function | includes/ |
The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method. |
FileTransfer::__get | function | includes/ |
Implementation of the magic __get() method. |
Pagination
- Previous page
- Page 80
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.