date_timezone_validate |
core/modules/date/date.elements.inc |
Validation for timezone input. |
date_tokens |
core/modules/date/date.tokens.inc |
Implements hook_tokens(). |
date_token_info |
core/modules/date/date.tokens.inc |
Implements hook_token_info(). |
date_token_info_alter |
core/modules/date/date.tokens.inc |
Implements hook_token_info_alter(). |
date_type_format |
core/includes/date.inc |
Helper function for getting the format string for a date type. |
date_update_1000 |
core/modules/date/date.install |
Upgrade configuration from Drupal 7 Date module. |
date_update_1001 |
core/modules/date/date.install |
Remove legacy Date API and Date Popup configurations. |
date_update_1002 |
core/modules/date/date.install |
Remove entries with null values from date field tables. |
date_update_last_removed |
core/modules/date/date.install |
Implements hook_update_last_removed(). |
date_validate |
core/includes/form.inc |
Validates the date type to prevent invalid dates (e.g., February 30, 2006). |
date_views_api |
core/modules/date/date.module |
Implements hook_views_api(). |
date_views_argument_handler::admin_summary |
core/modules/date/views/date_views_argument_handler.inc |
Provide text for the administrative summary |
date_views_argument_handler::default_actions |
core/modules/date/views/date_views_argument_handler.inc |
Provide a list of default behaviors for this argument if the argument
is not present. |
date_views_argument_handler::get_query_fields |
core/modules/date/views/date_views_argument_handler.inc |
Collect information about our fields we will need to create the right query. |
date_views_argument_handler::init |
core/modules/date/views/date_views_argument_handler.inc |
Get granularity and use it to create the formula and a format
for the results. |
date_views_argument_handler::options_form |
core/modules/date/views/date_views_argument_handler.inc |
Add a form element to select date_fields for this argument. |
date_views_argument_handler::options_submit |
core/modules/date/views/date_views_argument_handler.inc |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
date_views_argument_handler::options_validate |
core/modules/date/views/date_views_argument_handler.inc |
Validate the options form. |
date_views_argument_handler::option_definition |
core/modules/date/views/date_views_argument_handler.inc |
Default value for the date_fields option. |
date_views_argument_handler::query |
core/modules/date/views/date_views_argument_handler.inc |
Set up the query for this argument. |
date_views_argument_handler_simple::date_forbid |
core/modules/date/views/date_views_argument_handler_simple.inc |
Add a callback. |
date_views_argument_handler_simple::format |
core/modules/date/views/date_views_argument_handler_simple.inc |
|
date_views_argument_handler_simple::get_default_argument |
core/modules/date/views/date_views_argument_handler_simple.inc |
Set the empty argument value to the current date. |
date_views_argument_handler_simple::init |
core/modules/date/views/date_views_argument_handler_simple.inc |
Get granularity. |
date_views_argument_handler_simple::options_form |
core/modules/date/views/date_views_argument_handler_simple.inc |
Add a form element to select date_fields for this argument. |
date_views_argument_handler_simple::options_validate |
core/modules/date/views/date_views_argument_handler_simple.inc |
Validate the options form. |
date_views_argument_handler_simple::option_definition |
core/modules/date/views/date_views_argument_handler_simple.inc |
Default value for the date_fields option. |
date_views_argument_handler_simple::query |
core/modules/date/views/date_views_argument_handler_simple.inc |
Inject a test for valid date range before the regular query. |
date_views_argument_handler_simple::summary_argument |
core/modules/date/views/date_views_argument_handler_simple.inc |
Provide the argument to use to link from the summary to the next level. |
date_views_argument_handler_simple::summary_name |
core/modules/date/views/date_views_argument_handler_simple.inc |
Provide a link to the next level of the view from the summary. |
date_views_argument_handler_simple::summary_query |
core/modules/date/views/date_views_argument_handler_simple.inc |
Inject a test for valid date range before the summary query. |
date_views_argument_handler_simple::title |
core/modules/date/views/date_views_argument_handler_simple.inc |
Provide a title for the view based on the argument value. |
date_views_base_tables |
core/modules/date/views/date.views.inc |
Helper function to map entity types to the Views base table they use, to make
it easier to infer the entity type from a base table. |
date_views_data |
core/modules/date/views/date.views.inc |
Implements hook_views_data(). |
date_views_data_alter |
core/modules/date/views/date.views.inc |
Implements hook_views_data_alter(). |
date_views_fields |
core/modules/date/date.module |
Identify all potential date/timestamp fields and cache the data. |
date_views_filter_handler::admin_summary |
core/modules/date/views/date_views_filter_handler.inc |
Display the filter on the administrative summary |
date_views_filter_handler::date_combine_conditions |
core/modules/date/views/date_views_filter_handler.inc |
Combines multiple date WHERE expressions into a single WHERE expression. |
date_views_filter_handler::extra_options_form |
core/modules/date/views/date_views_filter_handler.inc |
Provide a form for setting options. |
date_views_filter_handler::extra_options_submit |
core/modules/date/views/date_views_filter_handler.inc |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
date_views_filter_handler::extra_options_validate |
core/modules/date/views/date_views_filter_handler.inc |
Validate the options form. |
date_views_filter_handler::get_query_fields |
core/modules/date/views/date_views_filter_handler.inc |
|
date_views_filter_handler::option_definition |
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::op_between |
core/modules/date/views/date_views_filter_handler.inc |
|
date_views_filter_handler::op_contains |
core/modules/date/views/date_views_filter_handler.inc |
|
date_views_filter_handler::op_simple |
core/modules/date/views/date_views_filter_handler.inc |
|
date_views_filter_handler_simple::accept_exposed_input |
core/modules/date/views/date_views_filter_handler_simple.inc |
Do some minor translation of the exposed input |
date_views_filter_handler_simple::admin_summary |
core/modules/date/views/date_views_filter_handler_simple.inc |
Display the filter on the administrative summary |
date_views_filter_handler_simple::date_default_value |
core/modules/date/views/date_views_filter_handler_simple.inc |
Helper function to find a default value. |
date_views_filter_handler_simple::date_parts_form |
core/modules/date/views/date_views_filter_handler_simple.inc |
A form element to select date part values. |