Search for validator
- Search 9.5.x for validator
- Search 8.9.x for validator
- Search 10.3.x for validator
- Search 11.x for validator
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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_test_validator | function | modules/ |
Helper validator that returns the $errors parameter. |
user_login_default_validators | function | modules/ |
Set up a series for validators which check for blocked users, then authenticate against local database, then return an error if authentication fails. Distributed authentication modules are welcome to use hook_form_alter() to change this series in… |
XMLRPCValidator1IncTestCase | class | modules/ |
|
XMLRPCValidator1IncTestCase::getInfo | function | modules/ |
|
XMLRPCValidator1IncTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
XMLRPCValidator1IncTestCase::testValidator1 | function | modules/ |
Run validator1 tests. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.