Search for all
Title | Object type | File name | Summary |
---|---|---|---|
file_test_file_url_alter | function | modules/ |
Implements hook_file_url_alter(). |
file_test_file_validate | function | modules/ |
Implements hook_file_validate(). |
file_test_get_all_calls | function | modules/ |
Get an array with the calls for all hooks. |
file_test_get_calls | function | modules/ |
Get the arguments passed to invocation of a given hook since file_test_reset() was last called. |
file_test_menu | function | modules/ |
Implements hook_menu(). |
file_test_reset | function | modules/ |
Reset/initialize the history of calls to the file_* hooks. |
file_test_set_return | function | modules/ |
Assign a return value for a given operation. |
file_test_stream_wrappers | function | modules/ |
Implements hook_stream_wrappers(). |
file_test_validator | function | modules/ |
Helper validator that returns the $errors parameter. |
file_theme | function | modules/ |
Implements hook_theme(). |
file_transfer | function | includes/ |
Transfers a file to the client using HTTP. |
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_unmunge_filename | function | includes/ |
Undoes the effect of file_munge_filename(). |
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_uri_scheme | function | includes/ |
Returns the scheme of a URI (e.g. a stream). |
file_uri_target | function | includes/ |
Returns the part of a URI after the schema. |
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_usage_list | function | includes/ |
Determines where a file is used. |
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. |
FILE_WRITABLE | constant | includes/ |
File permission check -- File is writable. |
FilledMinimalUpdatePath | class | modules/ |
Performs point release update tests on a populated database. |
FilledMinimalUpdatePath::getInfo | function | modules/ |
|
FilledMinimalUpdatePath::setUp | function | modules/ |
|
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/ |
|
FilledStandardUpdatePath::testFilledStandardUpdate | function | modules/ |
Tests a successful point release update. |
filter.admin.inc | file | modules/ |
Administrative page callbacks for the Filter module. |
filter.api.php | file | modules/ |
Hooks provided by the Filter module. |
filter.css | file | modules/ |
.text-format-wrapper .form-item { margin-bottom: 0; } .filter-wrapper { border-top: 0; margin: 0; padding: 1.5em 0 1.5em; } .filter-wrapper .form-item { float: left; padding: 0 0 0.5em 1.5em; } .filter-wrapper .form-item label { display:… |
filter.info | file | modules/ |
name = Filter description = Filters content in preparation for display. package = Core version = VERSION core = 7.x files[] = filter.test required = TRUE configure = admin/config/content/formats |
filter.install | file | modules/ |
Install, update, and uninstall functions for the Filter module. |
filter.module | file | modules/ |
Framework for handling the filtering of content. |
filter.pages.inc | file | modules/ |
User page callbacks for the Filter module. |
filter.test | file | modules/ |
Tests for filter.module. |
Pagination
- Previous page
- Page 85
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.