[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/date/includes/ -> date_api.views.inc (summary)

(no description)

File Size: 267 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  date_api_views_handlers()
  date_api_views_plugins()
  date_api_views_data()
  date_api_fields()
  date_views_set_timezone()
  date_views_querystring()
  date_views_page_url()
  date_views_real_url()

Functions
Functions that are not part of a class:

date_api_views_handlers()   X-Ref
Implementation of hook_views_handlers() to register all of the basic handlers
views uses.


date_api_views_plugins()   X-Ref
Implementation of hook_views_plugins


date_api_views_data()   X-Ref
Implementation of hook_views_data()


date_api_fields($base = 'node', $reset = FALSE)   X-Ref
Identify all potential date/timestamp fields and cache the data.


date_views_set_timezone(&$date_handler, &$view, $field)   X-Ref
Central function for setting up the right timezone values
in the SQL date handler.

The date handler will use this information to decide if the
database value needs a timezone conversion.

In Views, we will always be comparing to a local date value,
so the goal is to convert the database value to the right
value to compare to the local value.

date_views_querystring($view, $extra_params = array()   X-Ref
No description

date_views_page_url($view)   X-Ref
Identify the base url of the page,
needed when the calendar is embedded so we
don't set the url to the calendar url.


date_views_real_url($view, $args)   X-Ref
Figure out what the URL of the calendar view we're currently looking at is.




Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7