Functions that support the event system in Event 5.2
Same name and namespace in other branches
- 5 event.module \event_support
File
- ./
event.module, line 853
Functions
Name | Location | Description |
---|---|---|
event_all_day |
./ |
Does an event run all day? |
event_calendar_data |
./ |
Returns an array of nodes that occur on a given date. Handles content type and taxonomy filters. |
event_check_dst |
./ |
Get DST and TZ induced offset of event |
event_dst |
./ |
Display a page with the timezone and daylight savings time regions. |
event_form_date |
./ |
Constructs the time select boxes. |
event_get_events |
./ |
Get events between two specified dates |
event_include_files |
./ |
Includes files needed for this module |
event_is_dst |
./ |
Check if time is in Daylight Savings Time |
event_join |
./ |
Returns SQL JOIN statement to use for event queries |
event_render_day |
./ |
Returns an day of events for a calendar. |
event_render_day_single |
./ |
Returns a link to the event page for a single day. |
event_same_day |
./ |
Are two dates on the same day? |
event_select |
./ |
Return SQL string for SELECT statement |
event_validate_form_date |
./ |
Validates the start and end times in a node form submission. |
event_week_days |
./ |
Returns week day names and their translated values, corrected for the start of week day settings (mon or sun). |
event_week_header |
./ |
Formats the weekday information into table header format |
event_where |
./ |
Return SQL string for WHERE statement |
event_where_event |
./ |
|
event_where_event |
./ |
|
event_where_event |
./ |
|
event_where_site |
./ |
|
event_where_site |
./ |
|
event_where_site |
./ |
|
event_where_user |
./ |
|
event_where_user |
./ |
|
event_where_user |
./ |
|
event_where_utc |
./ |
|
event_where_utc |
./ |
|
event_where_utc |
./ |
|
_event_nav |
./ |
Build the navigation links for the calendar views |