Search for age
- Search 9.5.x for age
- Search 8.9.x for age
- Search 10.3.x for age
- Search 11.x for age
- Search main for age
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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_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_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. |
| filter.pages.inc | file | modules/ |
User page callbacks for the Filter module. |
| filter_admin_format_page | function | modules/ |
Page callback: Displays the text format add/edit form. |
| FormsFormStoragePageCacheTestCase | class | modules/ |
Test the form storage when page caching for anonymous users is turned on. |
| FormsFormStoragePageCacheTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
| FormsFormStoragePageCacheTestCase::getFormBuildId | function | modules/ |
Return the build id of the current form. |
| FormsFormStoragePageCacheTestCase::getInfo | function | modules/ |
|
| FormsFormStoragePageCacheTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage | function | modules/ |
Build-id is regenerated when rebuilding cached form. |
| FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage | function | modules/ |
Build-id is regenerated when validating cached form. |
| FormsFormStorageTestCase | class | modules/ |
Test the form storage on a multistep form. |
| FormsFormStorageTestCase::$web_user | property | modules/ |
|
| FormsFormStorageTestCase::getInfo | function | modules/ |
|
| FormsFormStorageTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FormsFormStorageTestCase::testCachedFormStorageValidation | function | modules/ |
Tests updating cached form storage during form validation. |
| FormsFormStorageTestCase::testForm | function | modules/ |
Tests using the form in a usual way. |
| FormsFormStorageTestCase::testFormCached | function | modules/ |
Tests using the form with an activated $form_state['cache'] property. |
| FormsFormStorageTestCase::testFormStatePersist | function | modules/ |
Tests a form using form state without using 'storage' to pass data from the constructor to a submit handler. The data has to persist even when caching gets activated, what may happen when a modules alter the form and adds #ajax properties. |
| FormsFormStorageTestCase::testImmutableForm | function | modules/ |
Verifies that form build-id is regenerated when loading an immutable form from the cache. |
| FormsFormStorageTestCase::testImmutableFormLegacyProtection | function | modules/ |
Verify that existing contrib code cannot overwrite immutable form state. |
| FormsFormStorageTestCase::testMutableForm | function | modules/ |
Verify that the form build-id remains the same when validation errors occur on a mutable form. |
| FormsFormStorageTestCase::testValidation | function | modules/ |
Tests validation when form storage is used. |
| FormStateValuesCleanAdvancedTestCase::$image | property | modules/ |
An image file path for uploading. |
| form_storage_test_form_continue_submit | function | modules/ |
Form submit handler to continue multi-step form. |
| form_test_storage_element_validate_value_cached | function | modules/ |
Form element validation handler for 'value' element in form_test_storage_form(). |
| form_test_storage_form | function | modules/ |
A multistep form for testing the form storage. |
| form_test_storage_form_submit | function | modules/ |
Form submit handler to finish multi-step form. |
| form_test_storage_legacy_handler | function | modules/ |
Emulate legacy AHAH-style ajax callback. |
| form_test_storage_page_cache_form | function | modules/ |
A simple form for testing form storage when page caching is enabled. |
| form_test_storage_page_cache_old_build_id | function | modules/ |
Form element #after_build callback: output the old form build-id. |
| form_test_storage_page_cache_rebuild | function | modules/ |
Form submit callback: Rebuild the form and continue. |
| form_type_image_button_value | function | includes/ |
Determines the value for an image button form element. |
| forum.pages.inc | file | modules/ |
User page callbacks for the Forum module. |
| forum_field_storage_pre_insert | function | modules/ |
Implements hook_field_storage_pre_insert(). |
| forum_field_storage_pre_update | function | modules/ |
Implements hook_field_storage_pre_update(). |
| forum_page | function | modules/ |
Page callback: Prints a forum listing. |
| FrontPageTestCase | class | modules/ |
Test front page functionality and administration. |
| FrontPageTestCase::$admin_user | property | modules/ |
|
| FrontPageTestCase::$node_path | property | modules/ |
|
| FrontPageTestCase::getInfo | function | modules/ |
|
| FrontPageTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FrontPageTestCase::testDrupalIsFrontPage | function | modules/ |
Test front page functionality. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.