Search for date

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.