Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.

BackdropDateTime::__construct in core/includes/date.class.inc
Constructs a date object.
BackdropWebTestCase::backdropCreateNode in core/modules/simpletest/backdrop_web_test_case.php
Creates a node based on default settings.
BackdropWebTestCase::handleForm in core/modules/simpletest/backdrop_web_test_case.php
Handle form input related to backdropPost(). Ensure that the specified fields exist and attempt to create POST data in the correct manner for the particular field type.
backdrop_common_theme in core/includes/common.inc
Provides theme registration for themes across .inc files.
CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/tests/comment.test
Tests comment edit, preview, and save.
comment_form in core/modules/comment/comment.module
Form constructor for the basic commenting form.
comment_form_validate in core/modules/comment/comment.module
Form validation handler for comment_form().
comment_tokens in core/modules/comment/comment.tokens.inc
Implements hook_tokens().
comment_token_info in core/modules/comment/comment.tokens.inc
Implements hook_token_info().
config_sync_form in core/modules/config/config.admin.inc
Form callback; Build the form for syncing all staged configuration.
DatabaseExtraTypesTestCase::testDateField in core/modules/simpletest/tests/database_test.test
Test the date data type.
DatabaseSchema_mysql::getFieldTypeMap in core/includes/database/mysql/schema.inc
Returns a mapping of Backdrop schema field names to DB-native field types.
DateFieldBasic::createDateField in core/modules/date/tests/date_field.test
Creates a date field from an array of settings values.
DateFieldBasic::createMultiDateField in core/modules/date/tests/date_field.test
Creates a date field from an array of settings values.
DateFieldBasic::setUp in core/modules/date/tests/date_field.test
Sets up a Backdrop site for running functional and integration tests.
DateFieldTestCase::testField in core/modules/date/tests/date_field.test
@todo.
DateThemeTestCase::testDateDisplayCombination in core/modules/date/tests/date_themes.test
Test date_display_combination theme function.
DateThemeTestCase::testDateDisplaySingle in core/modules/date/tests/date_themes.test
Test date_display_single theme function.
DateTimezoneTestCase::testMultiUserTimezone in core/modules/date/tests/date_timezone.test
Validates timezone handling with a multi-value date field.
DateTimezoneTestCase::testTimezone in core/modules/date/tests/date_timezone.test
Creates one of each type of date field and check timezone handling in each.
DateUITestCase::testFieldUI in core/modules/date/tests/date.test
DateValidationTestCase::testValidation in core/modules/date/tests/date_validation.test
Test validation on each type of date widget.
DateViewsTestCase::testDateViewsFields in core/modules/date/tests/date_views.test
date_combo_element_process in core/modules/date/date.elements.inc
Process an individual date element.
date_combo_element_process in core/modules/date/date.elements.inc
Process an individual date element.
date_element_info in core/modules/date/date.module
Implements hook_element_info().
date_field_formatter_info in core/modules/date/date.field.inc
Implements hook_field_formatter_info().
date_field_formatter_settings_form in core/modules/date/date.field.inc
Implements hook_field_formatter_settings_form().
date_field_formatter_settings_summary in core/modules/date/date.field.inc
Implements hook_field_formatter_settings_summary().
date_field_info in core/modules/date/date.field.inc
Implements hook_field_info().
date_field_info in core/modules/date/date.field.inc
Implements hook_field_info().
date_field_instance_settings_form in core/modules/date/date.field.inc
Implements hook_field_instance_settings_form().
date_field_schema in core/modules/date/date.install
Implements hook_field_schema().
date_field_settings_form in core/modules/date/date.field.inc
Implements hook_field_settings_form().
date_field_views_data_alter in core/modules/date/date.module
Implements hook_field_views_data_alter().
date_field_widget_form in core/modules/date/date.field.inc
Implementation of hook_field_widget_form().
date_field_widget_info in core/modules/date/date.field.inc
Implements hook_field_widget_info().
date_field_widget_settings_form in core/modules/date/date.field.inc
Implements hook_field_widget_settings_form().
date_formatter_process in core/modules/date/date.module
Helper function for creating formatted date arrays from a formatter.
date_form_field_ui_field_edit_form_alter in core/modules/date/date.module
Implements hook_form_FORM_ID_alter() for field_ui_field_edit_form().
date_form_views_ui_edit_form_alter in core/modules/date/date.module
Implements hook_form_FORM_ID_alter() for views_ui_edit_form().
date_get_timezone in core/includes/date.inc
Function to figure out which local timezone applies to a date and select it.
date_get_timezone_db in core/includes/date.inc
Function to figure out which DB timezone applies to a date.
date_html5_element_validate in core/modules/date/date.elements.inc
Element validation callback for the HTML5 widget.
date_input_date in core/modules/date/date.module
Wrapper function around each of the widget types for creating a date object.
date_part_format in core/includes/date.inc
Helper function to get a format for a specific part of a date field.
date_popup_element_process in core/modules/date/date.elements.inc
Javascript popup element processing.
date_popup_element_value_callback in core/modules/date/date.elements.inc
Element value callback for date_popup element.
date_popup_input_date in core/modules/date/date.elements.inc
Helper function for extracting a date value out of user input.
date_popup_library_info in core/modules/date/date.module
Implements hook_library_info().
date_popup_validate in core/modules/date/date.elements.inc
Massage the input values back into a single date.
date_select_element_process in core/modules/date/date.elements.inc
Flexible date/time drop-down selector.
date_sql_handler::arg_granularity in core/modules/date/views/date_sql_handler.inc
Granularity arguments handler.
date_sql_handler::arg_parts in core/modules/date/views/date_sql_handler.inc
Parse date parts from an ISO date argument.
date_sql_handler::arg_range in core/modules/date/views/date_sql_handler.inc
Use the parsed values from the ISO argument to determine the min and max date for this period.
date_sql_handler::sql_extract in core/modules/date/views/date_sql_handler.inc
Helper function to create cross-database SQL date extraction.
date_sql_handler::sql_where_date in core/modules/date/views/date_sql_handler.inc
Creates a where clause to compare a complete date field to a date value.
date_text_element_process in core/modules/date/date.elements.inc
Text date input form.
date_text_element_value_callback in core/modules/date/date.elements.inc
Element value callback for date_text element.
date_text_input_date in core/modules/date/date.elements.inc
Helper function for creating a date object out of user input.
date_text_validate in core/modules/date/date.elements.inc
Validation for text input.
date_theme in core/modules/date/date.module
Implements hook_theme().
date_timezone_handling_options in core/modules/date/date.admin.inc
Timezone handling options.
date_tokens in core/modules/date/date.tokens.inc
Implements hook_tokens().
date_token_info in core/modules/date/date.tokens.inc
Implements hook_token_info().
date_token_info in core/modules/date/date.tokens.inc
Implements hook_token_info().
date_token_info_alter in core/modules/date/date.tokens.inc
Implements hook_token_info_alter().
date_update_1002 in core/modules/date/date.install
Remove entries with null values from date field tables.
date_views_api in core/modules/date/date.module
Implements hook_views_api().
date_views_argument_handler::option_definition in core/modules/date/views/date_views_argument_handler.inc
Default value for the date_fields option.
date_views_argument_handler_simple::get_default_argument in core/modules/date/views/date_views_argument_handler_simple.inc
Set the empty argument value to the current date.
date_views_argument_handler_simple::option_definition in core/modules/date/views/date_views_argument_handler_simple.inc
Default value for the date_fields option.
date_views_data in core/modules/date/views/date.views.inc
Implements hook_views_data().
date_views_fields in core/modules/date/date.module
Identify all potential date/timestamp fields and cache the data.
date_views_filter_handler::option_definition in core/modules/date/views/date_views_filter_handler.inc
Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
date_views_filter_handler_simple::date_parts_form in core/modules/date/views/date_views_filter_handler_simple.inc
A form element to select date part values.
date_views_plugins in core/modules/date/views/date.views.inc
Implements hook_views_plugins().
date_views_plugin_pager::option_definition in core/modules/date/views/date_views_plugin_pager.inc
Tell Views what options this plugin can store.
date_views_plugin_pager::query in core/modules/date/views/date_views_plugin_pager.inc
Transfer date information from the argument to the view.
date_views_set_timezone in core/modules/date/views/date.views.inc
Central function for setting up the right timezone values.
date_year_range_element_process in core/modules/date/date.elements.inc
Process callback which creates a date_year_range form element.
dblog_event in core/modules/dblog/dblog.admin.inc
Page callback: Displays details about a specific database log message.
dblog_overview in core/modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
FieldTokenTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FormH5datetimeTestCase::testFormH5datetime in core/modules/simpletest/tests/form.test
Tests for #type 'html_date', 'html_time' and 'html_datetime' validation.
FormsTestCase::testDisabledMarkup in core/modules/simpletest/tests/form.test
Verify markup for disabled form elements.
form_process_html_datetime in core/includes/form.inc
Combine html_date and html_time form elements.
form_test_h5datetime in core/modules/simpletest/tests/form_test.module
Form constructor for #type html_date, html_time and html_datetime elements.
form_test_no_access_h5date_h5time in core/modules/simpletest/tests/form_test.module
Form constructor for disabled html_date and html_time elements.
form_test_no_access_h5date_h5time in core/modules/simpletest/tests/form_test.module
Form constructor for disabled html_date and html_time elements.
hook_date_combo_pre_validate_alter in core/modules/date/date.api.php
Alter the date_combo element before the rest of the validation is run.
hook_search_execute in core/modules/search/search.api.php
Execute a search for a set of key words.
hook_tokens in core/modules/system/system.api.php
Provide replacement values for placeholder tokens.
hook_token_info in core/modules/system/system.api.php
Provide information about available placeholder tokens and token types.
hook_token_info_alter in core/modules/system/system.api.php
Alter the metadata about available placeholder tokens and token types.
html_datetime_validate in core/includes/form.inc
Validate a combined date and time array.
installer_browser_installation_select_versions_form in core/modules/installer/installer.pages.inc
Form builder for the select versions form.
node_form in core/modules/node/node.pages.inc
Form constructor for the node add/edit form.
node_form_submit_build_node in core/modules/node/node.pages.inc
Updates the form state's node entity by processing this submission's values.
node_search_execute in core/modules/node/node.module
Implements hook_search_execute().
node_submit in core/modules/node/node.module
Prepares a node for saving by populating the author and creation date.
node_tokens in core/modules/node/node.tokens.inc
Implements hook_tokens().
node_token_info in core/modules/node/node.tokens.inc
Implements hook_token_info().
node_validate in core/modules/node/node.module
Performs validation checks on the given node.
SearchNumbersTestCase::setUp in core/modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SimpleTestFunctionalTest::testInternalBrowser in core/modules/simpletest/tests/simpletest.test
Test the internal browsers functionality.
system_element_info in core/modules/system/system.module
Implements hook_element_info().
system_requirements in core/modules/system/system.install
Implements hook_requirements().
system_tokens in core/modules/system/system.tokens.inc
Implements hook_tokens().
system_token_info in core/modules/system/system.tokens.inc
Implements hook_token_info().
system_update_1044 in core/modules/system/system.install
Notify administrators if a non-core version of the Date module is present.
template_preprocess_date_views_filter_form in core/modules/date/date.theme.inc
Preprocessor for Date Views filter form.
template_preprocess_date_views_pager in core/modules/date/date.theme.inc
Preprocess function for Date pager template.
template_preprocess_file_entity in core/modules/file/file.module
Process variables for file.tpl.php
template_preprocess_node in core/modules/node/node.theme.inc
Processes variables for node.tpl.php.
template_preprocess_search_results in core/modules/search/search.theme.inc
Process variables for search-results.tpl.php.
template_preprocess_views_view_row_search in core/modules/search/views/search.views.inc
Template helper for theme_views_view_row_search
theme_date_display_combination in core/modules/date/date.theme.inc
Returns HTML for a date element formatted as a Start/End combination.
theme_date_display_single in core/modules/date/date.theme.inc
Returns HTML for a date element formatted as a single date.
theme_html_date in core/includes/form.inc
Returns html5 markup for a date input form element.
theme_update_version in core/modules/update/update.theme.inc
Returns HTML for the version display of a project.
TokenReplaceTestCase::testSystemDateTokenReplacement in core/modules/simpletest/tests/token.test
Tests the generation of all system date tokens.
update_calculate_project_update_status in core/modules/update/update.compare.inc
Calculates the current update status of a specific project.
user_tokens in core/modules/user/user.tokens.inc
Implements hook_tokens().
user_token_info in core/modules/user/user.tokens.inc
Implements hook_token_info().
views_date_sql_extract in core/modules/views/includes/utility.inc
Helper function to create cross-database SQL date extraction.
views_handler_argument_date::default_argument_form in core/modules/views/handlers/views_handler_argument_date.inc
Add an option to set the default value to the current date.
views_handler_argument_date::get_default_argument in core/modules/views/handlers/views_handler_argument_date.inc
Set the empty argument value to the current date, formatted appropriately for this argument.
views_handler_argument_date::get_sort_name in core/modules/views/handlers/views_handler_argument_date.inc
Return a description of how the argument would normally be sorted.
views_handler_filter_date::option_definition in core/modules/views/handlers/views_handler_filter_date.inc
Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_filter_date::value_form in core/modules/views/handlers/views_handler_filter_date.inc
Add a type selector to the value form
_date_default_field_widget_form in core/modules/date/date.elements.inc
Helper for the default widget form.
_date_field_settings_form in core/modules/date/date.admin.inc
Helper function for date_field_settings_form().
_date_html5_field_widget_form in core/modules/date/date.elements.inc
Helper for the HTML5 widget form.
_date_html5_field_widget_form in core/modules/date/date.elements.inc
Helper for the HTML5 widget form.
_date_html5_format_value_db in core/modules/date/date.elements.inc
Helper function to return a formatted date string.
_date_html5_get_attributes in core/modules/date/date.elements.inc
Helper function to construct form item attributes.
_date_html5_get_form_value in core/modules/date/date.elements.inc
Prepare values from database for the widget form.
_date_popup_process_date_part in core/modules/date/date.elements.inc
Process the date portion of the element.
_date_views_fields in core/modules/date/views/date_views_fields.inc
Identify all potential date/timestamp fields.
_form_test_disabled_elements in core/modules/simpletest/tests/form_test.module
Build a form to test disabled elements.
_get_custom_date_format in core/modules/date/date.module
Get a custom date format.