Search for d
Title | Object type | File name | Summary |
---|---|---|---|
file_test_file_download | function | modules/ |
Implements hook_file_download(). |
file_test_file_load | function | modules/ |
Implements hook_file_load(). |
file_test_file_update | function | modules/ |
Implements hook_file_update(). |
file_test_file_validate | function | modules/ |
Implements hook_file_validate(). |
file_test_validator | function | modules/ |
Helper validator that returns the $errors parameter. |
file_unmanaged_copy | function | includes/ |
Copies a file to a new location without invoking the file API. |
file_unmanaged_delete | function | includes/ |
Deletes a file without database changes or hook invocations. |
file_unmanaged_delete_recursive | function | includes/ |
Deletes all files and directories in the specified filepath recursively. |
file_unmanaged_move | function | includes/ |
Moves a file to a new location without database changes or hook invocation. |
file_unmanaged_save_data | function | includes/ |
Saves a string to the specified destination without invoking file API. |
file_upload_max_size | function | includes/ |
Determines the maximum file upload size by querying the PHP settings. |
file_uri_normalize_dot_segments | function | includes/ |
Normalize dot segments in a URI. |
FILE_URL_TEST_CDN_1 | constant | modules/ |
@file Helper module for the file tests. |
FILE_URL_TEST_CDN_2 | constant | modules/ |
|
file_usage_add | function | includes/ |
Records that a module is using a file. |
file_usage_delete | function | includes/ |
Removes a record to indicate that a module is no longer using a file. |
file_validate | function | includes/ |
Checks that a file meets the criteria specified by the validators. |
file_validate_extensions | function | includes/ |
Checks that the filename ends with an allowed extension. |
file_validate_image_resolution | function | includes/ |
Verifies that image dimensions are within the specified maximum and minimum. |
file_validate_is_image | function | includes/ |
Checks that the file is recognized by image_get_info() as an image. |
file_validate_name_length | function | includes/ |
Checks for files with names longer than we can store in the database. |
file_validate_size | function | includes/ |
Checks that the file's size is below certain limits. |
file_valid_uri | function | includes/ |
Determines whether the URI has a valid scheme for file API operations. |
FilledMinimalUpdatePath | class | modules/ |
Performs point release update tests on a populated database. |
FilledMinimalUpdatePath::getInfo | function | modules/ |
|
FilledMinimalUpdatePath::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
FilledMinimalUpdatePath::testFilledStandardUpdate | function | modules/ |
Tests a successful point release update. |
FilledStandardUpdatePath | class | modules/ |
Performs point release update tests on a 'filled' database. |
FilledStandardUpdatePath::getInfo | function | modules/ |
|
FilledStandardUpdatePath::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
FilledStandardUpdatePath::testFilledStandardUpdate | function | modules/ |
Tests a successful point release update. |
filter.admin.inc | file | modules/ |
Administrative page callbacks for the Filter module. |
filter.module | file | modules/ |
Framework for handling the filtering of content. |
FilterAdminTestCase | class | modules/ |
Tests the administrative functionality of the Filter module. |
FilterAdminTestCase::$admin_user | property | modules/ |
|
FilterAdminTestCase::$web_user | property | modules/ |
|
FilterAdminTestCase::getInfo | function | modules/ |
|
FilterAdminTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FilterAdminTestCase::testFilterAdmin | function | modules/ |
Tests filter administration functionality. |
FilterAdminTestCase::testFormatAdmin | function | modules/ |
Tests the format administration functionality. |
FilterAdminTestCase::testUrlFilterAdmin | function | modules/ |
Tests the URL filter settings form is properly validated. |
FilterCRUDTestCase | class | modules/ |
Tests for text format and filter CRUD operations. |
FilterCRUDTestCase::getInfo | function | modules/ |
|
FilterCRUDTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FilterCRUDTestCase::testTextFormatCRUD | function | modules/ |
Tests CRUD operations for text formats and filters. |
FilterCRUDTestCase::verifyFilters | function | modules/ |
Verifies that filters are properly stored for a text format. |
FilterCRUDTestCase::verifyTextFormat | function | modules/ |
Verifies that a text format is properly stored. |
FilterDefaultFormatTestCase | class | modules/ |
Tests the default filter functionality in the Filter module. |
FilterDefaultFormatTestCase::getInfo | function | modules/ |
|
FilterDefaultFormatTestCase::resetFilterCaches | function | modules/ |
Rebuilds text format and permission caches in the thread running the tests. |
Pagination
- Previous page
- Page 65
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.