Search for valid
- Search 9.5.x for valid
- Search 8.9.x for valid
- Search 10.3.x for valid
- Search 11.x for valid
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FileFieldValidateTestCase::$node_type | property | modules/ |
|
FileFieldValidateTestCase::getInfo | function | modules/ |
|
FileFieldValidateTestCase::testFileExtension | function | modules/ |
Tests file extension checking. |
FileFieldValidateTestCase::testFileMaxSize | function | modules/ |
Tests the max file size validator. |
FileFieldValidateTestCase::testRequired | function | modules/ |
Tests the required property on file fields. |
FileFieldWidgetTestCase::testWidgetValidation | function | modules/ |
Tests validation with the Upload button. |
FileLoadTest::testLoadInvalidStatus | function | modules/ |
Try to load a non-existent file by status. |
FileValidateTest | class | modules/ |
Tests the file_validate() function.. |
FileValidateTest::getInfo | function | modules/ |
|
FileValidateTest::testCallerValidation | function | modules/ |
Test that the validators passed into are checked. |
FileValidateTest::testInsecureExtensions | function | modules/ |
Tests hard-coded security check in file_validate(). |
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_field_widget_upload_validators | function | modules/ |
Retrieves the upload validators for a file field. |
file_managed_file_validate | function | modules/ |
An #element_validate callback for the managed_file element. |
file_stream_wrapper_valid_scheme | function | includes/ |
Checks that the scheme of a stream URI is valid. |
file_test_file_validate | function | modules/ |
Implements hook_file_validate(). |
file_test_validator | function | modules/ |
Helper validator that returns the $errors parameter. |
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. |
filter_admin_format_form_validate | function | modules/ |
Form validation handler for filter_admin_format_form(). |
FormsElementsValidationTestCase | class | modules/ |
Tests validation of additional Form API properties. |
FormsElementsValidationTestCase::formSubmitHelper | function | modules/ |
Helper function for the option check test to submit a form while collecting errors. |
FormsElementsValidationTestCase::getInfo | function | modules/ |
|
FormsElementsValidationTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsElementsValidationTestCase::testMaxlengthValidation | function | modules/ |
Tests #maxlength validation. |
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage | function | modules/ |
Build-id is regenerated when validating cached form. |
FormsFormStorageTestCase::testCachedFormStorageValidation | function | modules/ |
Tests updating cached form storage during form validation. |
FormsFormStorageTestCase::testValidation | function | modules/ |
Tests validation when form storage is used. |
FormValidationTestCase | class | modules/ |
Test form validation handlers. |
FormValidationTestCase::getInfo | function | modules/ |
|
FormValidationTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormValidationTestCase::testDisabledToken | function | modules/ |
Tests that a form with a disabled CSRF token can be validated. |
FormValidationTestCase::testMultiFormSameNameErrorClass | function | modules/ |
Tests error border of multiple fields with same name in a page. |
FormValidationTestCase::testValidate | function | modules/ |
Tests form alterations by #element_validate, #validate, and form_set_value(). |
FormValidationTestCase::testValidateLimitErrors | function | modules/ |
Tests partial form validation through #limit_validation_errors. |
form_test_clicked_button_validate | function | modules/ |
Form validation handler for the form_test_clicked_button() form. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.