Search for date
Title | Object type | File name | Summary |
---|---|---|---|
FIELD_STORAGE_UPDATE | constant | modules/ |
Argument for an update operation. |
field_test_entity_form_validate | function | modules/ |
Validate handler for field_test_entity_form(). |
field_test_entity_nested_form_validate | function | modules/ |
Validate handler for field_test_entity_nested_form(). |
field_test_field_update | function | modules/ |
Implements hook_field_update(). |
field_test_field_update_forbid | function | modules/ |
Implements hook_field_update_forbid(). |
field_test_field_validate | function | modules/ |
Implements hook_field_validate(). |
field_test_widget_multiple_validate | function | modules/ |
Form element validation handler for 'test_field_widget_multiple' widget. |
field_ui_field_edit_form_validate | function | modules/ |
Form validation handler for field_ui_field_edit_form(). |
field_ui_field_overview_form_validate | function | modules/ |
Form validation handler for field_ui_field_overview_form(). |
field_update_7000 | function | modules/ |
Field update version placeholder. |
field_update_7001 | function | modules/ |
Fix fields definitions created during the d6 to d7 upgrade path. |
field_update_7002 | function | modules/ |
Split the all-inclusive field_bundle_settings variable per bundle. |
field_update_7003 | function | modules/ |
Add the FieldInfo class to the class registry. |
field_update_7004 | function | modules/ |
Grant the new "administer fields" permission to trusted users. |
field_update_field | function | modules/ |
Updates a field. |
field_update_instance | function | modules/ |
Updates an instance of a field. |
FileFieldTestCase::updateFileField | function | modules/ |
Updates an existing file field with new settings. |
FileFieldValidateTestCase | class | modules/ |
Tests various validations. |
FileFieldValidateTestCase::$field | property | modules/ |
|
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. |
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::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_update | function | modules/ |
Implements hook_field_update(). |
file_managed_file_validate | function | modules/ |
An #element_validate callback for the managed_file element. |
file_test_file_update | function | modules/ |
Implements hook_file_update(). |
file_test_file_validate | function | modules/ |
Implements hook_file_validate(). |
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. |
FilledMinimalUpdatePath | class | modules/ |
Performs point release update tests on a populated database. |
FilledMinimalUpdatePath::getInfo | function | modules/ |
|
FilledMinimalUpdatePath::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
FilledMinimalUpdatePath::testFilledStandardUpdate | function | modules/ |
Tests a successful point release update. |
FilledStandardUpdatePath | class | modules/ |
Performs point release update tests on a 'filled' database. |
FilledStandardUpdatePath::getInfo | function | modules/ |
|
FilledStandardUpdatePath::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.