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. |
date_week_days_abbr |
core/includes/date.inc |
Constructs a translated array of week day abbreviations. |
date_week_days_ordered |
core/includes/date.inc |
Reorders weekdays to match the first day of the week. |
date_week_days_untranslated |
core/includes/date.inc |
Constructs an untranslated array of week days. |
date_week_range |
core/includes/date.inc |
Calculates the start and end dates for a calendar week. |
date_years |
core/includes/date.inc |
Constructs an array of years. |
date_year_range_element_process |
core/modules/date/date.elements.inc |
Process callback which creates a date_year_range form element. |
date_year_range_element_value_callback |
core/modules/date/date.elements.inc |
Element value callback for the date_year_range form element. |
date_year_range_validate |
core/modules/date/date.elements.inc |
Element validation function for the date_year_range form element. |
DBLogTestCase::assertLogMessage |
core/modules/dblog/tests/dblog.test |
Confirms that a log message appears on the database log overview screen. |
DBLogTestCase::asText |
core/modules/dblog/tests/dblog.test |
Extracts the text contained by the XHTML element. |
DBLogTestCase::doNode |
core/modules/dblog/tests/dblog.test |
Generates and then verifies some node events. |
DBLogTestCase::doUser |
core/modules/dblog/tests/dblog.test |
Generates and then verifies some user events. |
DBLogTestCase::generateLogEntries |
core/modules/dblog/tests/dblog.test |
Generates a number of random database log events. |
DBLogTestCase::getContent |
core/modules/dblog/tests/dblog.test |
Creates random content based on node content type. |
DBLogTestCase::getContentUpdate |
core/modules/dblog/tests/dblog.test |
Creates random content as an update based on node content type. |
DBLogTestCase::getLogEntries |
core/modules/dblog/tests/dblog.test |
Gets the database log event information from the browser page. |
DBLogTestCase::getSeverityConstant |
core/modules/dblog/tests/dblog.test |
Gets the watchdog severity constant corresponding to the CSS class. |
DBLogTestCase::getTypeCount |
core/modules/dblog/tests/dblog.test |
Gets the count of database log entries by database log event type. |