Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileUnmanagedMoveTest::testOverwriteSelf | function | modules/ |
Try to move a file onto itself. |
| FileValidatorTest | class | modules/ |
This will run tests against the file validation functions (file_validate_*). |
| FileValidatorTest::$image | property | modules/ |
|
| FileValidatorTest::$non_image | property | modules/ |
|
| FileValidatorTest::getInfo | function | modules/ |
|
| FileValidatorTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FileValidatorTest::testFileValidateExtensions | function | modules/ |
Test the file_validate_extensions() function. |
| FileValidatorTest::testFileValidateImageResolution | function | modules/ |
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/ |
This ensures a specific file is actually an image. |
| FileValidatorTest::testFileValidateNameLength | function | modules/ |
This will ensure the filename length is valid. |
| FileValidatorTest::testFileValidateSize | function | modules/ |
Test file_validate_size(). |
| FILE_CREATE_DIRECTORY | constant | includes/ |
Flag used by file_prepare_directory() -- create directory if not present. |
| file_directory_temp | function | includes/ |
Gets the path of system-appropriate temporary directory. |
| file_field_widget_upload_validators | function | modules/ |
Retrieves the upload validators for a file field. |
| file_prepare_directory | function | includes/ |
Checks that the directory exists and is writable. |
| file_scan_directory | function | includes/ |
Finds all files that match a given mask in a given directory. |
| file_test_validator | function | modules/ |
Helper validator that returns the $errors parameter. |
| FilterUnitTestCase::testHtmlCorrectorFilter | function | modules/ |
Tests the HTML corrector filter. |
| filter_xss_bad_protocol | function | includes/ |
Processes an HTML attribute value and strips dangerous protocols from URLs. |
| FormElementTestCase::testOptions | function | modules/ |
Tests expansion of #options for #type checkboxes and radios. |
| FormsElementsVerticalTabsFunctionalTest::testJavaScriptOrdering | function | modules/ |
Ensures that vertical-tabs.js is included before collapse.js. |
| FormsFileInclusionTestCase::testLoadCustomInclude | function | modules/ |
Tests loading a custom specified inlcude. |
| FormsFormCacheTestCase::testCacheFormCustomExpiration | function | modules/ |
Tests changing form_cache_expiration. |
| 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. |
| FormsTriggeringElementTestCase::testNoButtonInfoInPost | function | modules/ |
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/ |
Tests that a form with a disabled CSRF token can be validated. |
| form_process_autocomplete | function | includes/ |
Process function to prepare autocomplete data. |
| form_process_button | function | includes/ |
Processes a form button element. |
| form_storage_test_form_continue_submit | function | modules/ |
Form submit handler to continue multi-step form. |
| form_test_clicked_button | function | modules/ |
Form builder to test button click detection. |
| form_test_clicked_button_submit | function | modules/ |
Form submit handler for the form_test_clicked_button() form. |
| form_test_clicked_button_validate | function | modules/ |
Form validation handler for the form_test_clicked_button() form. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.