Search for file
Title | Object type | File name | Summary |
---|---|---|---|
system_form_user_profile_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
system_get_files_database | function | modules/ |
Retrieves the current status of an array of files in the system table. |
system_retrieve_file | function | modules/ |
Attempts to get a file using drupal_http_request and to store it locally. |
system_test_drupal_get_filename | function | modules/ |
Page callback to run drupal_get_filename() on a particular module. |
system_test_drupal_get_filename_with_schema_rebuild | function | modules/ |
Page callback to run drupal_get_filename() and do a schema rebuild. |
system_test_filetransfer_info | function | modules/ |
Implements hook_filetransfer_info(). |
system_update_files_database | function | modules/ |
Updates the records in the system table based on the files array. |
TaxonomyPrivateFileTestCase | class | modules/ |
Tests appropriate access control to private file fields on a term. |
TaxonomyPrivateFileTestCase::$vocabulary | property | modules/ |
|
TaxonomyPrivateFileTestCase::getInfo | function | modules/ |
|
TaxonomyPrivateFileTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
TaxonomyPrivateFileTestCase::testTaxonomyImageAccess | function | modules/ |
Tests access to a private file on a taxonomy term entity. |
taxonomy_file_download_access | function | modules/ |
Implements hook_file_download_access(). |
template_preprocess_profile_block | function | modules/ |
Process variables for profile-block.tpl.php. |
template_preprocess_profile_listing | function | modules/ |
Process variables for profile-listing.tpl.php. |
template_preprocess_profile_wrapper | function | modules/ |
Process variables for profile-wrapper.tpl.php. |
template_preprocess_user_profile | function | modules/ |
Process variables for user-profile.tpl.php. |
template_preprocess_user_profile_category | function | modules/ |
Process variables for user-profile-category.tpl.php. |
template_preprocess_user_profile_item | function | modules/ |
Process variables for user-profile-item.tpl.php. |
TestFileTransfer | class | modules/ |
Mock FileTransfer object for test case. |
TestFileTransfer::$host | property | modules/ |
|
TestFileTransfer::$password | property | modules/ |
|
TestFileTransfer::$port | property | modules/ |
|
TestFileTransfer::$shouldIsDirectoryReturnTrue | property | modules/ |
This is for testing the CopyRecursive logic. |
TestFileTransfer::$username | property | modules/ |
|
TestFileTransfer::chmodJailed | function | modules/ |
|
TestFileTransfer::connect | function | modules/ |
Connect to the server. |
TestFileTransfer::copyFileJailed | function | modules/ |
Copies a file. |
TestFileTransfer::createDirectoryJailed | function | modules/ |
Creates a directory. |
TestFileTransfer::factory | function | modules/ |
Classes that extend this class must override the factory() static method. |
TestFileTransfer::isDirectory | function | modules/ |
Checks if a particular path is a directory |
TestFileTransfer::isFile | function | modules/ |
Checks if a particular path is a file (not a directory). |
TestFileTransfer::removeDirectoryJailed | function | modules/ |
Removes a directory. |
TestFileTransfer::removeFileJailed | function | modules/ |
Removes a file. |
TestFileTransfer::__construct | function | modules/ |
The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method. |
testing.profile | file | profiles/ |
Installation profile for tests. |
ThemeTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
theme_file | function | includes/ |
Returns HTML for a file upload form element. |
theme_file_formatter_table | function | modules/ |
Returns HTML for a file attachments table. |
theme_file_icon | function | modules/ |
Returns HTML for an image with an appropriate icon for the given file. |
theme_file_link | function | modules/ |
Returns HTML for a link to a file. |
theme_file_managed_file | function | modules/ |
Returns HTML for a managed file element. |
theme_file_upload_help | function | modules/ |
Returns HTML for help text based on file upload validators. |
theme_file_widget | function | modules/ |
Returns HTML for an individual file upload widget. |
theme_file_widget_multiple | function | modules/ |
Returns HTML for a group of file upload widgets. |
theme_profile_admin_overview | function | modules/ |
Returns HTML for the profile field overview form into a drag and drop enabled table. |
Update Manager module: file management | group | modules/ |
Update Manager module file management functions. |
Updater::findInfoFile | function | includes/ |
Figure out what the most important (or only) info file is in a directory. |
UpdaterFileTransferException | class | includes/ |
Child class of UpdaterException that indicates a FileTransfer exception. |
UpdateTestFileTransfer | class | modules/ |
Mocks a FileTransfer object to test the settings form functionality. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.