Search for to

  1. Search 9.5.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
FileUnmanagedDeleteTest::testDirectory function modules/simpletest/tests/file.test Try deleting a directory.
FileUnmanagedMoveTest::testOverwriteSelf function modules/simpletest/tests/file.test Try to move a file onto itself.
FileValidatorTest class modules/simpletest/tests/file.test This will run tests against the file validation functions (file_validate_*).
FileValidatorTest::$image property modules/simpletest/tests/file.test
FileValidatorTest::$non_image property modules/simpletest/tests/file.test
FileValidatorTest::getInfo function modules/simpletest/tests/file.test
FileValidatorTest::setUp function modules/simpletest/tests/file.test Sets up a Drupal site for running functional and integration tests.
FileValidatorTest::testFileValidateExtensions function modules/simpletest/tests/file.test Test the file_validate_extensions() function.
FileValidatorTest::testFileValidateImageResolution function modules/simpletest/tests/file.test This ensures the resolution of a specific file is within bounds.
The image will be resized if it's too large.
FileValidatorTest::testFileValidateIsImage function modules/simpletest/tests/file.test This ensures a specific file is actually an image.
FileValidatorTest::testFileValidateNameLength function modules/simpletest/tests/file.test This will ensure the filename length is valid.
FileValidatorTest::testFileValidateSize function modules/simpletest/tests/file.test Test file_validate_size().
FILE_CREATE_DIRECTORY constant includes/file.inc Flag used by file_prepare_directory() -- create directory if not present.
file_directory_temp function includes/file.inc Gets the path of system-appropriate temporary directory.
file_field_widget_upload_validators function modules/file/file.field.inc Retrieves the upload validators for a file field.
file_prepare_directory function includes/file.inc Checks that the directory exists and is writable.
file_scan_directory function includes/file.inc Finds all files that match a given mask in a given directory.
file_test_validator function modules/simpletest/tests/file.test Helper validator that returns the $errors parameter.
FilterUnitTestCase::testHtmlCorrectorFilter function modules/filter/filter.test Tests the HTML corrector filter.
filter_xss_bad_protocol function includes/common.inc Processes an HTML attribute value and strips dangerous protocols from URLs.
FormElementTestCase::testOptions function modules/simpletest/tests/form.test Tests expansion of #options for #type checkboxes and radios.
FormsElementsVerticalTabsFunctionalTest::testJavaScriptOrdering function modules/simpletest/tests/form.test Ensures that vertical-tabs.js is included before collapse.js.
FormsFileInclusionTestCase::testLoadCustomInclude function modules/simpletest/tests/form.test Tests loading a custom specified inlcude.
FormsFormCacheTestCase::testCacheFormCustomExpiration function modules/simpletest/tests/form.test Tests changing form_cache_expiration.
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.
FormsTriggeringElementTestCase::testNoButtonInfoInPost function modules/simpletest/tests/form.test Test the determination of $form_state['triggering_element'] when no button
information is included in the POST data, as is sometimes the case when
the ENTER key is pressed in a textfield in Internet Explorer.
FormValidationTestCase::testDisabledToken function modules/simpletest/tests/form.test Tests that a form with a disabled CSRF token can be validated.
form_process_autocomplete function includes/form.inc Process function to prepare autocomplete data.
form_process_button function includes/form.inc Processes a form button element.
form_storage_test_form_continue_submit function modules/simpletest/tests/form_test.module Form submit handler to continue multi-step form.
form_test_clicked_button function modules/simpletest/tests/form_test.module Form builder to test button click detection.
form_test_clicked_button_submit function modules/simpletest/tests/form_test.module Form submit handler for the form_test_clicked_button() form.

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