FileTransfer::__construct |
function |
includes/filetransfer/filetransfer.inc |
The constructor for the UpdateConnection class. This method is also called
from the classes that extend this class and override this method. |
TestFileTransfer::connect |
function |
modules/simpletest/tests/filetransfer.test |
Connects to the server. |
FileTransferLocal::connect |
function |
includes/filetransfer/local.inc |
Connects to the server. |
FileTransferLocal::factory |
function |
includes/filetransfer/local.inc |
Classes that extend this class must override the factory() static method. |
drupal_verify_install_file |
function |
includes/drupal.inc |
Verifies the state of the specified file. |
file_stream_wrappers_alter |
function |
modules/file/file.module |
Implements hook_stream_wrappers_alter(). |
_file_sort_array_by_weight |
function |
modules/file/file.module |
Sorts an array by weight. |
authorize_get_filetransfer |
function |
includes/authorize.inc |
Gets a FileTransfer class for a specific transfer method and settings. |
FileLoadTest::testMultiple |
function |
modules/simpletest/tests/file.test |
This will test loading file data from the database. |
FileUnitTestCase::testFile |
function |
modules/file/tests/file.test |
Tests basic file entity properties. |
file_managed_file_validate |
function |
modules/file/file.module |
Render API callback: Validates the managed_file element. |
FileDeleteTest::testUnused |
function |
modules/simpletest/tests/file.test |
Tries deleting a normal file (as opposed to a directory, symlink, etc). |
FilePrivateTestCase::setUp |
function |
modules/file/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
FILE_TYPE_STORAGE_OVERRIDE |
constant |
modules/file/file.module |
File type constant for file types that override module-defined presets. |
UpdateTestHelper::$profile |
property |
modules/update/tests/update.test |
The profile to install as a basis for testing. |
UserEditTestCase::$profile |
property |
modules/user/tests/user.test |
The profile to install as a basis for testing. |
FileDownloadTest::checkUrl |
function |
modules/simpletest/tests/file.test |
Download a file from the URL generated by file_create_url(). |
CKEditorTestCase::$profile |
property |
modules/ckeditor/tests/ckeditor.test |
The profile to install as a basis for testing. |
FileTestHelper::createFile |
function |
modules/file/tests/file.test |
|
DatabaseTestCase::$profile |
property |
modules/simpletest/tests/database_test.test |
The profile to install as a basis for testing. |
NodeSaveTestCase::$profile |
property |
modules/node/tests/node.test |
The profile to install as a basis for testing. |
FileNameMungingTest::setUp |
function |
modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
user_profile_form_validate |
function |
modules/user/user.pages.inc |
Form validation handler for user_profile_form(). |
FileReplaceTestCase::setUp |
function |
modules/file/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
file_field_delete_revision |
function |
modules/file/file.field.inc |
Implements hook_field_delete_revision(). |
FormsFileInclusionTestCase |
class |
modules/simpletest/tests/form.test |
Tests form API file inclusion. |
FileTranferTest::$hostname |
property |
modules/simpletest/tests/filetransfer.test |
|
FileTranferTest::$password |
property |
modules/simpletest/tests/filetransfer.test |
|
installer_manager_file_get |
function |
modules/installer/installer.manager.inc |
Copies a file from the specified URL to the temporary directory for updates. |
_color_get_theme_from_file |
function |
modules/color/color.module |
Finds which theme a CSS file came from. |
theme_file_formatter_table |
function |
modules/file/file.theme.inc |
Returns HTML for a file attachments table. |
theme_file_widget_multiple |
function |
modules/file/file.theme.inc |
Returns HTML for a group of file upload widgets. |
_install_find_profile_file |
function |
includes/install.inc |
Searches for a profile directory and returns the profile path location. |
FileTranferTest::$username |
property |
modules/simpletest/tests/filetransfer.test |
|
FileTransferChmodInterface |
interface |
includes/filetransfer/filetransfer.inc |
A FileTransfer Class implementing this interface can be used to chmod files. |
ConfigFileStorage::listAll |
function |
drivers/config_file/config_file_storage.inc |
Gets configuration object names starting with a given prefix. |
FileTransfer::sanitizePath |
function |
includes/filetransfer/filetransfer.inc |
Changes backslashes to slashes, also removes a trailing slash. |
FileSaveUploadTest::$image |
property |
modules/simpletest/tests/file.test |
An image file path for uploading. |
file_get_upload_validators |
function |
modules/file/file.pages.inc |
Retrieves the upload validators for a file. |
UserSaveTestCase::$profile |
property |
modules/user/tests/user.test |
The profile to install as a basis for testing. |
FileNameMungingTest::$name |
property |
modules/simpletest/tests/file.test |
|
FileSaveTest::testFileSave |
function |
modules/simpletest/tests/file.test |
|
NodePageCacheTest::$profile |
property |
modules/node/tests/node.test |
The profile to install as a basis for testing. |
file_upload_destination_uri |
function |
modules/file/file.pages.inc |
Determines the upload location for the file add upload form. |
FileUsageTest::testGetUsage |
function |
modules/simpletest/tests/file.test |
Tests file_usage_list(). |
file_add_upload_step_scheme |
function |
modules/file/file.pages.inc |
Generate form fields for the third step in the add file wizard. |
file_add_upload_step_fields |
function |
modules/file/file.pages.inc |
Generate form fields for the fourth step in the add file wizard. |
install_select_profile_form |
function |
includes/install.core.inc |
Form constructor for the profile selection form. |
FileUsageTest::testAddUsage |
function |
modules/simpletest/tests/file.test |
Tests file_usage_add(). |
FormAlterTestCase::$profile |
property |
modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |