Search for date
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseUpdateTestCase | class | modules/ |
Update builder tests. |
DatabaseUpdateTestCase::getInfo | function | modules/ |
|
DatabaseUpdateTestCase::testExpressionUpdate | function | modules/ |
Test updating with expressions. |
DatabaseUpdateTestCase::testMultiGTUpdate | function | modules/ |
Confirm that we can update a multiple records with a non-equality condition. |
DatabaseUpdateTestCase::testMultiUpdate | function | modules/ |
Confirm that we can update a multiple records successfully. |
DatabaseUpdateTestCase::testSimpleNullUpdate | function | modules/ |
Confirm updating to NULL. |
DatabaseUpdateTestCase::testSimpleUpdate | function | modules/ |
Confirm that we can update a single record successfully. |
DatabaseUpdateTestCase::testWhereAndConditionUpdate | function | modules/ |
Confirm that we can stack condition and where calls. |
DatabaseUpdateTestCase::testWhereUpdate | function | modules/ |
Confirm that we can update a multiple records with a where call. |
date.inc | file | includes/ |
Initializes the list of date formats and their locales. |
DateFormatTestCase | class | modules/ |
Tests date format configuration. |
DateFormatTestCase::$admin_user | property | modules/ |
|
DateFormatTestCase::getInfo | function | modules/ |
|
DateFormatTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DateFormatTestCase::testDefaultDateFormats | function | modules/ |
Test the default date type formats are consistent. |
DateTimeFunctionalTest | class | modules/ |
Tests generic date and time handling capabilities of Drupal. |
DateTimeFunctionalTest::$admin_user | property | modules/ |
|
DateTimeFunctionalTest::getInfo | function | modules/ |
|
DateTimeFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DateTimeFunctionalTest::testDateFormatConfiguration | function | modules/ |
Test date format configuration. |
DateTimeFunctionalTest::testDateFormatStorage | function | modules/ |
Test if the date formats are stored properly. |
DateTimeFunctionalTest::testDateTypeConfiguration | function | modules/ |
Test date type configuration. |
DateTimeFunctionalTest::testTimeZoneHandling | function | modules/ |
Test time zones and DST handling. |
date_iso8601 | function | includes/ |
Returns an ISO8601 formatted date based on the given date. |
date_validate | function | includes/ |
Validates the date type to prevent invalid dates (e.g., February 30, 2006). |
DBLogTestCase::getContentUpdate | function | modules/ |
Creates random content as an update based on node content type. |
dblog_filter_form_validate | function | modules/ |
Form validation handler for dblog_filter_form(). |
dblog_update_7001 | function | modules/ |
Update the {watchdog} table. |
dblog_update_7002 | function | modules/ |
Add an index to the severity column in the watchdog database table. |
dblog_update_7003 | function | modules/ |
Account for possible legacy systems where dblog was not installed. |
db_update | function | includes/ |
Returns a new UpdateQuery object for the active database. |
DrupalUpdateException | class | includes/ |
@class Exception class used to throw error if a module update fails. |
DrupalUpdaterInterface | interface | includes/ |
Interface for a class which can update a Drupal project. |
DrupalUpdaterInterface::canUpdateDirectory | function | includes/ |
Determine if the Updater can handle the project provided in $directory. |
DrupalUpdaterInterface::getInstallDirectory | function | includes/ |
|
DrupalUpdaterInterface::getProjectName | function | includes/ |
Returns the system name of the project. |
DrupalUpdaterInterface::isInstalled | function | includes/ |
Checks if the project is installed. |
DrupalUpdaterInterface::postInstall | function | includes/ |
Actions to run after an install has occurred. |
DrupalUpdaterInterface::postUpdate | function | includes/ |
Actions to run after an update has occurred. |
drupal_get_updaters | function | includes/ |
Assembles the Drupal Updater registry. |
drupal_load_updates | function | includes/ |
Loads .install files for installed modules to initialize the update system. |
drupal_validate_form | function | includes/ |
Validates user-submitted form data in the $form_state array. |
drupal_validate_utf8 | function | includes/ |
Checks whether a string is valid UTF-8. |
element_validate_integer | function | includes/ |
Form element validation handler for integer elements. |
element_validate_integer_positive | function | includes/ |
Form element validation handler for integer elements that must be positive. |
element_validate_number | function | includes/ |
Form element validation handler for number elements. |
entity_crud_hook_test_comment_update | function | modules/ |
Implements hook_comment_update(). |
entity_crud_hook_test_entity_update | function | modules/ |
Implements hook_entity_update(). |
entity_crud_hook_test_file_update | function | modules/ |
Implements hook_file_update(). |
entity_crud_hook_test_node_update | function | modules/ |
Implements hook_node_update(). |
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.