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. |
DateTimezoneTestCase::dateMultiValueForm |
core/modules/date/tests/date_timezone.test |
Tests the submission of a date field's widget form when using unlimited
cardinality |
DateTimezoneTestCase::testMultiUserTimezone |
core/modules/date/tests/date_timezone.test |
Validates timezone handling with a multi-value date field. |
DateTimezoneTestCase::testTimezone |
core/modules/date/tests/date_timezone.test |
Creates one of each type of date field and check timezone handling in each. |
DateUITestCase::dateForm |
core/modules/date/tests/date.test |
|
DateUITestCase::setUp |
core/modules/date/tests/date.test |
Sets up a Backdrop site for running functional and integration tests. |
DateUITestCase::testFieldUI |
core/modules/date/tests/date.test |
|
DateValidationTestCase::checkGranularity |
core/modules/date/tests/date_validation.test |
Confirms that fields missing the time granularity are accepted. |
DateValidationTestCase::dateRangeTests |
core/modules/date/tests/date_validation.test |
Tests for date ranges. |
DateValidationTestCase::malFormedDate |
core/modules/date/tests/date_validation.test |
Attempt to create a node with a malformed date and ensure it fails. |
DateValidationTestCase::testValidation |
core/modules/date/tests/date_validation.test |
Test validation on each type of date widget. |
DateViewsTestCase::clearViewsCaches |
core/modules/date/tests/date_views.test |
Clear all views caches and static caches which are required for the patch. |
DateViewsTestCase::setUp |
core/modules/date/tests/date_views.test |
Test setup actions. |
DateViewsTestCase::testDateViews |
core/modules/date/tests/date_views.test |
Test date popup. |
DateViewsTestCase::testDateViewsFields |
core/modules/date/tests/date_views.test |
|
DateViewsTestCase::testDateViewsPagerPlugin |
core/modules/date/tests/date_views.test |
Test the date views pager plugin. |
date_ampm |
core/includes/date.inc |
Constructs an array of AM and PM options. |
date_autoload_info |
core/modules/date/date.module |
Implements hook_autoload_info(). |
date_block_identifier |
core/modules/date/views/date.views.inc |
Identifier of a date block. |