Search for file
Title | Object type | File name | Summary |
---|---|---|---|
FormsFileInclusionTestCase | class | modules/ |
Tests form API file inclusion. |
FormsFileInclusionTestCase::getInfo | function | modules/ |
|
FormsFileInclusionTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsFileInclusionTestCase::testLoadCustomInclude | function | modules/ |
Tests loading a custom specified inlcude. |
FormsFileInclusionTestCase::testLoadMenuInclude | function | modules/ |
Tests loading an include specified in hook_menu(). |
FormsFormStoragePageCacheTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
form_test.file.inc | file | modules/ |
An include file to test loading it with the form API. |
Helper::determineBaseFile | function | misc/ |
Determines base file that can be accessed using the regular file system. For e.g. "phar:///home/user/bundle.phar/content.txt" that would result into "/home/user/bundle.phar". |
hook_filetransfer_info | function | modules/ |
Register information about FileTransfer classes provided by a module. |
hook_filetransfer_info_alter | function | modules/ |
Alter the FileTransfer class registry. |
hook_file_copy | function | modules/ |
Respond to a file that has been copied. |
hook_file_delete | function | modules/ |
Respond to a file being deleted. |
hook_file_download | function | modules/ |
Control access to private file downloads and specify HTTP headers. |
hook_file_download_access | function | modules/ |
Control download access to files. |
hook_file_download_access_alter | function | modules/ |
Alter the access rules applied to a file download. |
hook_file_insert | function | modules/ |
Respond to a file being added. |
hook_file_load | function | modules/ |
Load additional information into file objects. |
hook_file_mimetype_mapping_alter | function | modules/ |
Alter MIME type mappings used to determine MIME type from a file extension. |
hook_file_move | function | modules/ |
Respond to a file that has been moved. |
hook_file_presave | function | modules/ |
Act on a file being inserted or updated. |
hook_file_update | function | modules/ |
Respond to a file being updated. |
hook_file_url_alter | function | modules/ |
Alter the URL to a file. |
hook_file_validate | function | modules/ |
Check that files meet a given criteria. |
hook_registry_files_alter | function | modules/ |
Perform necessary alterations to the list of files parsed by the registry. |
HtaccessTest::assertFileAccess | function | modules/ |
Asserts that a file exists and requesting it returns a specific response. |
HtaccessTest::getProtectedFiles | function | modules/ |
Get an array of file paths for access testing. |
HtaccessTest::testFileAccess | function | modules/ |
Iterates over protected files and calls assertNoFileAccess(). |
ImageFileMoveTest | class | modules/ |
Tests the file move function for managed files. |
ImageFileMoveTest::getInfo | function | modules/ |
|
ImageFileMoveTest::testNormal | function | modules/ |
Tests moving a randomly generated image. |
ImageStylesPathAndUrlTestCase::$image_filepath | property | modules/ |
|
ImageToolkitTestCase::$file | property | modules/ |
|
image_file_delete | function | modules/ |
Implements hook_file_delete(). |
image_file_download | function | modules/ |
Implements hook_file_download(). |
image_file_move | function | modules/ |
Implements hook_file_move(). |
image_form_system_file_system_settings_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
image_module_test_file_download | function | modules/ |
@file Provides Image module hook implementations for testing purposes. |
image_system_file_system_settings_submit | function | modules/ |
Form submission handler for system_file_system_settings(). |
InfoFileParserTestCase | class | modules/ |
|
InfoFileParserTestCase::getInfo | function | modules/ |
|
InfoFileParserTestCase::testDrupalParseInfoFormat | function | modules/ |
Test drupal_parse_info_format(). |
install_find_profiles | function | includes/ |
Finds all .profile files. |
install_load_profile | function | includes/ |
Loads information about the chosen profile during installation. |
install_no_profile_error | function | includes/ |
Indicates that there are no profiles available. |
install_profile_info | function | includes/ |
Retrieves information about an installation profile from its .info file. |
install_profile_modules | function | includes/ |
Installs required modules via a batch process. |
install_select_profile | function | includes/ |
Selects which profile to install. |
install_select_profile_form | function | includes/ |
Form constructor for the profile selection form. |
JavaScriptTestCase::testAddFile | function | modules/ |
Test adding a JavaScript file. |
JavaScriptTestCase::testAddJsFileWithQueryString | function | modules/ |
Tests that the query string remains intact when adding JavaScript files that have query string parameters. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.