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. |
date_views_filter_handler_simple::date_select_validate |
core/modules/date/views/date_views_filter_handler_simple.inc |
Validation hook for exposed filters that use the select widget. |
date_views_filter_handler_simple::extra_options_form |
core/modules/date/views/date_views_filter_handler_simple.inc |
Provide a form for setting options. |
date_views_filter_handler_simple::extra_options_validate |
core/modules/date/views/date_views_filter_handler_simple.inc |
Validate the options form. |
date_views_filter_handler_simple::get_filter_value |
core/modules/date/views/date_views_filter_handler_simple.inc |
Helper function to see if we need to swap in the default value. |
date_views_filter_handler_simple::has_extra_options |
core/modules/date/views/date_views_filter_handler_simple.inc |
Set the granularity of the date parts to use in the filter. |
date_views_filter_handler_simple::init |
core/modules/date/views/date_views_filter_handler_simple.inc |
Provide some extra help to get the operator/value easier to use. |
date_views_filter_handler_simple::operators |
core/modules/date/views/date_views_filter_handler_simple.inc |
|
date_views_filter_handler_simple::option_definition |
core/modules/date/views/date_views_filter_handler_simple.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
date_views_filter_handler_simple::op_between |
core/modules/date/views/date_views_filter_handler_simple.inc |
|
date_views_filter_handler_simple::op_contains |
core/modules/date/views/date_views_filter_handler_simple.inc |
|
date_views_filter_handler_simple::op_simple |
core/modules/date/views/date_views_filter_handler_simple.inc |
|
date_views_filter_handler_simple::validate_valid_time |
core/modules/date/views/date_views_filter_handler_simple.inc |
Validate that the time values convert to something usable. |
date_views_filter_handler_simple::value_form |
core/modules/date/views/date_views_filter_handler_simple.inc |
Add the selectors to the value form using the date handler. |
date_views_filter_handler_simple::value_validate |
core/modules/date/views/date_views_filter_handler_simple.inc |
Value validation. |
date_views_filter_handler_simple::widget_options |
core/modules/date/views/date_views_filter_handler_simple.inc |
Date selection options. |
date_views_filter_handler_simple::year_range |
core/modules/date/views/date_views_filter_handler_simple.inc |
|
date_views_handler_is_date |
core/modules/date/views/date.views.inc |
Custom helper function. |
date_views_plugins |
core/modules/date/views/date.views.inc |
Implements hook_views_plugins(). |
date_views_plugin_pager::date_forbid |
core/modules/date/views/date_views_plugin_pager.inc |
Custom callback evaluating the date range. |
date_views_plugin_pager::has_more_records |
core/modules/date/views/date_views_plugin_pager.inc |
Set a default value. |
date_views_plugin_pager::options_form |
core/modules/date/views/date_views_plugin_pager.inc |
Provide the form for setting options. |
date_views_plugin_pager::option_definition |
core/modules/date/views/date_views_plugin_pager.inc |
Tell Views what options this plugin can store. |
date_views_plugin_pager::query |
core/modules/date/views/date_views_plugin_pager.inc |
Transfer date information from the argument to the view. |
date_views_plugin_pager::render |
core/modules/date/views/date_views_plugin_pager.inc |
Render the pager. |
date_views_plugin_pager::set_argument_placeholders |
core/modules/date/views/date_views_plugin_pager.inc |
Set the view's argument placeholders. |
date_views_plugin_pager::set_argument_value |
core/modules/date/views/date_views_plugin_pager.inc |
Set the view's argument value. |
date_views_plugin_pager::summary_title |
core/modules/date/views/date_views_plugin_pager.inc |
Tell Views what this pager's setting is. |
date_views_plugin_pager::use_count_query |
core/modules/date/views/date_views_plugin_pager.inc |
This kind of pager does not need to count the number of records. |
date_views_querystring |
core/modules/date/views/date.views.inc |
Helper function to generate a query string. |
date_views_settings |
core/modules/date/date.module |
Form callback for date views pager title format settings. |
date_views_set_timezone |
core/modules/date/views/date.views.inc |
Central function for setting up the right timezone values. |
date_week |
core/includes/date.inc |
The calendar week number for a date. |
date_weeks_in_year |
core/includes/date.inc |
The number of calendar weeks in a year. |
date_week_days |
core/includes/date.inc |
Returns a translated array of week names. |