DatabaseUpdateTestCase::testExpressionUpdate |
core/modules/simpletest/tests/database_test.test |
Test updating with expressions. |
DatabaseUpdateTestCase::testMultiGTUpdate |
core/modules/simpletest/tests/database_test.test |
Confirm that we can update a multiple records with a non-equality condition. |
DatabaseUpdateTestCase::testMultiUpdate |
core/modules/simpletest/tests/database_test.test |
Confirm that we can update a multiple records successfully. |
DatabaseUpdateTestCase::testPrimaryKeyUpdate |
core/modules/simpletest/tests/database_test.test |
Confirm that we can update the primary key of a record successfully. |
DatabaseUpdateTestCase::testSimpleNullUpdate |
core/modules/simpletest/tests/database_test.test |
Confirm updating to NULL. |
DatabaseUpdateTestCase::testSimpleUpdate |
core/modules/simpletest/tests/database_test.test |
Confirm that we can update a single record successfully. |
DatabaseUpdateTestCase::testUpdateAffectedRows |
core/modules/simpletest/tests/database_test.test |
Tests return value on update. |
DatabaseUpdateTestCase::testWhereAndConditionUpdate |
core/modules/simpletest/tests/database_test.test |
Confirm that we can stack condition and where calls. |
DatabaseUpdateTestCase::testWhereUpdate |
core/modules/simpletest/tests/database_test.test |
Confirm that we can update a multiple records with a where call. |
database_example_advanced_list |
modules/examples/database_example/database_example.module |
Renders a filtered list of entries in the database. |
database_example_entry_delete |
modules/examples/database_example/database_example.module |
Deletes an entry from the database. |
database_example_entry_insert |
modules/examples/database_example/database_example.module |
Saves an entry in the database using db_insert(). |
database_example_entry_load |
modules/examples/database_example/database_example.module |
Reads from the database using a filter array. |
database_example_entry_update |
modules/examples/database_example/database_example.module |
Updates an entry in the database. |
database_example_form_add |
modules/examples/database_example/database_example.module |
Prepares a simple form to add an entry, with all the interesting fields. |
database_example_form_add_submit |
modules/examples/database_example/database_example.module |
Submit handler for 'add entry' form. |
database_example_form_update |
modules/examples/database_example/database_example.module |
Sample UI to update a record. |
database_example_form_update_callback |
modules/examples/database_example/database_example.module |
AJAX callback handler for the pid select. |
database_example_form_update_submit |
modules/examples/database_example/database_example.module |
Submit handler for the 'update entry' form. |
database_example_install |
modules/examples/database_example/database_example.install |
Implements hook_install(). |
database_example_list |
modules/examples/database_example/database_example.module |
Renders a list of entries in the database. |
database_example_menu |
modules/examples/database_example/database_example.module |
Implements hook_menu(). |
database_example_schema |
modules/examples/database_example/database_example.install |
Implements hook_schema(). |
database_test_db_query_temporary |
core/modules/simpletest/tests/database_test.module |
Run a db_query_temporary and output the table name and its number of rows. |
database_test_even_pager_query |
core/modules/simpletest/tests/database_test.module |
Run a pager query and return the results. |
database_test_menu |
core/modules/simpletest/tests/database_test.module |
Implements hook_menu(). |
database_test_odd_pager_query |
core/modules/simpletest/tests/database_test.module |
Run a pager query and return the results. |
database_test_query_alter |
core/modules/simpletest/tests/database_test.module |
Implements hook_query_alter(). |
database_test_query_database_test_alter_remove_range_alter |
core/modules/simpletest/tests/database_test.module |
Implements hook_query_TAG_alter(). |
database_test_schema |
core/modules/simpletest/tests/database_test.install |
Implements hook_schema(). |
database_test_tablesort |
core/modules/simpletest/tests/database_test.module |
Run a tablesort query and return the results. |
database_test_tablesort_first |
core/modules/simpletest/tests/database_test.module |
Run a tablesort query with a second order_by after and return the results. |
database_test_theme_tablesort |
core/modules/simpletest/tests/database_test.module |
Output a form without setting a header sort. |
DateAPITestCase::setUp |
core/modules/date/tests/date_api.test |
Sets up unit test environment. |
DateAPITestCase::testDateAPI |
core/modules/date/tests/date_api.test |
|
DateFieldBasic::createDateField |
core/modules/date/tests/date_field.test |
Creates a date field from an array of settings values. |
DateFieldBasic::createMultiDateField |
core/modules/date/tests/date_field.test |
Creates a date field from an array of settings values. |
DateFieldBasic::deleteDateField |
core/modules/date/tests/date_field.test |
Remove a Date field though the UI. |
DateFieldBasic::setUp |
core/modules/date/tests/date_field.test |
Sets up a Backdrop site for running functional and integration tests. |
DateFieldTestCase::dateForm |
core/modules/date/tests/date_field.test |
Tests that date field functions properly on the node form. |
DateFieldTestCase::testField |
core/modules/date/tests/date_field.test |
@todo. |
DateFieldTokenTestCase::mapTokenNames |
core/modules/date/tests/date_field.test |
Helper function that creates a properly formatted token map. |
DateFieldTokenTestCase::testDateFieldToken |
core/modules/date/tests/date_field.test |
Tests that date field tokens function properly. |
DateThemeTestCase::testDateDisplayCombination |
core/modules/date/tests/date_themes.test |
Test date_display_combination theme function. |
DateThemeTestCase::testDateDisplaySingle |
core/modules/date/tests/date_themes.test |
Test date_display_single theme function. |
DateTimeFunctionalTest::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
DateTimeFunctionalTest::testDateFormatConfiguration |
core/modules/system/tests/system.test |
Test date format configuration. |
DateTimeFunctionalTest::testDateFormatStorage |
core/modules/system/tests/system.test |
Test if the date formats are stored properly. |
DateTimeFunctionalTest::testTimeZoneHandling |
core/modules/system/tests/system.test |
Test time zones and DST handling. |
DateTimezoneTestCase::dateForm |
core/modules/date/tests/date_timezone.test |
Utility function to validate the node form displays date fields correctly. |