Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileTestHooks::getReturn | function | core/ |
Load the appropriate return value. |
| FileTestSaveUploadFromForm | class | core/ |
File test form class. |
| FileTestSaveUploadFromForm.php | file | core/ |
|
| FileTestSaveUploadFromForm::$messenger | property | core/ |
The messenger. |
| FileTestSaveUploadFromForm::$state | property | core/ |
Stores the state storage service. |
| FileTestSaveUploadFromForm::buildForm | function | core/ |
Form constructor. |
| FileTestSaveUploadFromForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| FileTestSaveUploadFromForm::fileExistsFromName | function | core/ |
Get a FileExists enum from its name. |
| FileTestSaveUploadFromForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FileTestSaveUploadFromForm::submitForm | function | core/ |
Form submission handler. |
| FileTestSaveUploadFromForm::validateForm | function | core/ |
Form validation handler. |
| FileTestSaveUploadFromForm::__construct | function | core/ |
Constructs a FileTestSaveUploadFromForm object. |
| FileThemeHooks | class | core/ |
Theme hooks for the file module. |
| FileThemeHooks.php | file | core/ |
|
| FileThemeHooks::preprocessFileLink | function | core/ |
Prepares variables for file link templates. |
| FileThemeHooks::preprocessFileUploadHelp | function | core/ |
Prepares variables for file upload help text templates. |
| FileThemeHooks::preprocessFileWidgetMultiple | function | core/ |
Prepares variables for multi file form widget templates. |
| FileThemeHooks::preprocessManagedFile | function | core/ |
Prepares variables for file form widget templates. |
| FileThemeHooks::theme | function | core/ |
Implements hook_theme(). |
| FileThemeHooks::__construct | function | core/ |
|
| FileTokenReplaceTest | class | core/ |
Tests file token replacement. |
| FileTokenReplaceTest.php | file | core/ |
|
| FileTokenReplaceTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FileTokenReplaceTest::testFileTokenReplacement | function | core/ |
Creates a file, then tests the tokens generated from it. |
| FileTransfer | class | core/ |
Defines the base FileTransfer class. |
| FileTransfer.php | file | core/ |
|
| FileTransfer::$hostname | property | core/ |
The hostname for this file transfer. |
| FileTransfer::$jail | property | core/ |
Full path to directory where file-transfer is restricted to. |
| FileTransfer::$password | property | core/ |
The password for this file transfer. |
| FileTransfer::$port | property | core/ |
The port for this file transfer. |
| FileTransfer::$username | property | core/ |
The username for this file transfer. |
| FileTransfer::checkPath | function | core/ |
Checks that the path is inside the jail and throws an exception if not. |
| FileTransfer::chmod | function | core/ |
Changes the permissions of the specified $path (file or directory). |
| FileTransfer::connect | function | core/ |
Connects to the server. |
| FileTransfer::copyDirectory | function | core/ |
Copies a directory. |
| FileTransfer::copyDirectoryJailed | function | core/ |
Copies a directory. |
| FileTransfer::copyFile | function | core/ |
Copies a file. |
| FileTransfer::copyFileJailed | function | core/ |
Copies a file. |
| FileTransfer::createDirectory | function | core/ |
Creates a directory. |
| FileTransfer::createDirectoryJailed | function | core/ |
Creates a directory. |
| FileTransfer::factory | function | core/ |
Defines a factory method for this class. |
| FileTransfer::findChroot | function | core/ |
Returns the chroot property for this connection. |
| FileTransfer::fixRemotePath | function | core/ |
Returns a modified path suitable for passing to the server. |
| FileTransfer::getSettingsForm | function | core/ |
Returns a form to collect connection settings credentials. |
| FileTransfer::isDirectory | function | core/ |
Checks if a particular path is a directory. |
| FileTransfer::isFile | function | core/ |
Checks if a particular path is a file (not a directory). |
| FileTransfer::removeDirectory | function | core/ |
Removes a directory. |
| FileTransfer::removeDirectoryJailed | function | core/ |
Removes a directory. |
| FileTransfer::removeFile | function | core/ |
Removes a file. |
| FileTransfer::removeFileJailed | function | core/ |
Removes a file. |
Pagination
- Previous page
- Page 602
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.