Search for age

  1. Search 9.5.x for age
  2. Search 8.9.x for age
  3. Search 10.3.x for age
  4. Search 11.x for age
  5. Search main for age
  6. Other projects
Title Object type File name Summary
file_unmanaged_delete function includes/file.inc Deletes a file without database changes or hook invocations.
file_unmanaged_delete_recursive function includes/file.inc Deletes all files and directories in the specified filepath recursively.
file_unmanaged_move function includes/file.inc Moves a file to a new location without database changes or hook invocation.
file_unmanaged_save_data function includes/file.inc Saves a string to the specified destination without invoking file API.
file_usage_add function includes/file.inc Records that a module is using a file.
file_usage_delete function includes/file.inc Removes a record to indicate that a module is no longer using a file.
file_usage_list function includes/file.inc Determines where a file is used.
file_validate_image_resolution function includes/file.inc Verifies that image dimensions are within the specified maximum and minimum.
file_validate_is_image function includes/file.inc Checks that the file is recognized by image_get_info() as an image.
filter.pages.inc file modules/filter/filter.pages.inc User page callbacks for the Filter module.
filter_admin_format_page function modules/filter/filter.admin.inc Page callback: Displays the text format add/edit form.
FormsFormStoragePageCacheTestCase class modules/simpletest/tests/form.test Test the form storage when page caching for anonymous users is turned on.
FormsFormStoragePageCacheTestCase::$profile property modules/simpletest/tests/form.test The profile to install as a basis for testing.
FormsFormStoragePageCacheTestCase::getFormBuildId function modules/simpletest/tests/form.test Return the build id of the current form.
FormsFormStoragePageCacheTestCase::getInfo function modules/simpletest/tests/form.test
FormsFormStoragePageCacheTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage function modules/simpletest/tests/form.test Build-id is regenerated when rebuilding cached form.
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage function modules/simpletest/tests/form.test Build-id is regenerated when validating cached form.
FormsFormStorageTestCase class modules/simpletest/tests/form.test Test the form storage on a multistep form.
FormsFormStorageTestCase::$web_user property modules/simpletest/tests/form.test
FormsFormStorageTestCase::getInfo function modules/simpletest/tests/form.test
FormsFormStorageTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormsFormStorageTestCase::testCachedFormStorageValidation function modules/simpletest/tests/form.test Tests updating cached form storage during form validation.
FormsFormStorageTestCase::testForm function modules/simpletest/tests/form.test Tests using the form in a usual way.
FormsFormStorageTestCase::testFormCached function modules/simpletest/tests/form.test Tests using the form with an activated $form_state['cache'] property.
FormsFormStorageTestCase::testFormStatePersist function modules/simpletest/tests/form.test 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/simpletest/tests/form.test Verifies that form build-id is regenerated when loading an immutable form
from the cache.
FormsFormStorageTestCase::testImmutableFormLegacyProtection function modules/simpletest/tests/form.test Verify that existing contrib code cannot overwrite immutable form state.
FormsFormStorageTestCase::testMutableForm function modules/simpletest/tests/form.test Verify that the form build-id remains the same when validation errors
occur on a mutable form.
FormsFormStorageTestCase::testValidation function modules/simpletest/tests/form.test Tests validation when form storage is used.
FormStateValuesCleanAdvancedTestCase::$image property modules/simpletest/tests/form.test An image file path for uploading.
form_storage_test_form_continue_submit function modules/simpletest/tests/form_test.module Form submit handler to continue multi-step form.
form_test_storage_element_validate_value_cached function modules/simpletest/tests/form_test.module Form element validation handler for 'value' element in form_test_storage_form().
form_test_storage_form function modules/simpletest/tests/form_test.module A multistep form for testing the form storage.
form_test_storage_form_submit function modules/simpletest/tests/form_test.module Form submit handler to finish multi-step form.
form_test_storage_legacy_handler function modules/simpletest/tests/form_test.module Emulate legacy AHAH-style ajax callback.
form_test_storage_page_cache_form function modules/simpletest/tests/form_test.module A simple form for testing form storage when page caching is enabled.
form_test_storage_page_cache_old_build_id function modules/simpletest/tests/form_test.module Form element #after_build callback: output the old form build-id.
form_test_storage_page_cache_rebuild function modules/simpletest/tests/form_test.module Form submit callback: Rebuild the form and continue.
form_type_image_button_value function includes/form.inc Determines the value for an image button form element.
forum.pages.inc file modules/forum/forum.pages.inc User page callbacks for the Forum module.
forum_field_storage_pre_insert function modules/forum/forum.module Implements hook_field_storage_pre_insert().
forum_field_storage_pre_update function modules/forum/forum.module Implements hook_field_storage_pre_update().
forum_page function modules/forum/forum.pages.inc Page callback: Prints a forum listing.
FrontPageTestCase class modules/system/system.test Test front page functionality and administration.
FrontPageTestCase::$admin_user property modules/system/system.test
FrontPageTestCase::$node_path property modules/system/system.test
FrontPageTestCase::getInfo function modules/system/system.test
FrontPageTestCase::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
FrontPageTestCase::testDrupalIsFrontPage function modules/system/system.test Test front page functionality.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.