Functions that support the event system in Event 5
Same name and namespace in other branches
- 5.2 event.module \event_support
File
- ./
event.module, line 997
Functions
Name | Location | Description |
---|---|---|
event_calendar_data |
./ |
Returns an array of nodes that occur on a given date. Handles content type and taxonomy filters. |
event_form_date |
./ |
Constructs the time select boxes. |
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_validate_form_date |
./ |
Validates the start and end times in a node form submission. |
event_week_days |
./ |
Returns week day names and thier 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_date |
./ |
Formats a GMT timestamp to local date values using time zone offset supplied. All timestamp values in event nodes are GMT and translated for display here. |
_event_mktime |
./ |
Formats local time values to GMT timestamp using time zone offset supplied. All time values in the database are GMT and translated here prior to insertion. |
_event_nav |
./ |
Build the navigation links for the calendar views |