Search for date
Title | Object type | File name | Summary |
---|---|---|---|
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. |
FilledStandardUpdatePath::testFilledStandardUpdate | function | modules/ |
Tests a successful point release update. |
filter_admin_format_form_validate | function | modules/ |
Form validation handler for filter_admin_format_form(). |
filter_test_filter_format_update | function | modules/ |
Implements hook_filter_format_update(). |
filter_update_7000 | function | modules/ |
Upgrade the {filter_formats} table and rename it to {filter_format}. |
filter_update_7001 | function | modules/ |
Break out "escape HTML filter" option to its own filter. |
filter_update_7003 | function | modules/ |
Upgrade the {filter} table for core filters. |
filter_update_7005 | function | modules/ |
Integrate text formats with the user permissions system. |
filter_update_7008 | function | modules/ |
Grant usage of all text formats to user roles having the 'administer filters' permission. |
filter_update_7009 | function | modules/ |
Converts fields that store serialized variables from text to blob. |
filter_update_7010 | function | modules/ |
Change {filter_format}.format and {filter}.format into varchar. |
filter_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
FormatDateUnitTest | class | modules/ |
Tests for the format_date() function. |
FormatDateUnitTest::$admin_user | property | modules/ |
|
FormatDateUnitTest::getInfo | function | modules/ |
|
FormatDateUnitTest::LANGCODE | constant | modules/ |
Arbitrary langcode for a custom language. |
FormatDateUnitTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormatDateUnitTest::testAdminDefinedFormatDate | function | modules/ |
Test admin-defined formats in format_date(). |
FormatDateUnitTest::testFormatDate | function | modules/ |
Tests for the format_date() function. |
format_date | function | includes/ |
Formats a date, using a date type or a custom date format string. |
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage | function | modules/ |
Build-id is regenerated when validating cached form. |
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.