agenda_admin |
./agenda.admin.php |
Admin configuration page |
|
1 |
agenda_admin_configure |
./agenda.admin.php |
Manage agenda |
|
1 |
agenda_admin_configure_submit |
./agenda.admin.php |
Save all the settings into our agenda settings table |
|
|
agenda_admin_configure_validate |
./agenda.admin.php |
Validate function for the admin configuration |
|
|
agenda_admin_delete |
./agenda.admin.php |
Delete agenda |
|
1 |
agenda_admin_delete_submit |
./agenda.admin.php |
Delete an agenda action |
|
|
agenda_admin_googleapi |
./agenda.admin.php |
Set Google API Key |
|
1 |
agenda_block_info |
./agenda.module |
Implements hook_block_info(). |
|
|
agenda_block_view |
./agenda.module |
Implements hook_block_view(). |
|
|
agenda_clear |
./agenda.admin.php |
Agenda clear cache |
|
1 |
agenda_debug |
./agenda.admin.php |
Provide a page to debug a calendar ID that is not working |
|
1 |
agenda_debug_ntp_time |
./agenda.admin.php |
Grab the time from an NTP server |
1 |
|
agenda_display_block |
./agenda.module |
Generate the themed agenda block. |
1 |
|
agenda_get_events |
./agenda.module |
Given a list of calendar IDs, parse out and return any event data |
1 |
|
agenda_group_events_for_block |
./agenda.module |
Group events by date for a block. Is not a part of agenda_get_events() to
allow passing self-constructed events during testing. |
2 |
|
agenda_install |
./agenda.install |
Implements hook_install(). |
|
|
agenda_install_fixtures |
./agenda.install |
Install an example block |
1 |
|
agenda_libraries_info |
./agenda.module |
Implements hook_libraries_info(). |
|
|
agenda_menu |
./agenda.module |
Implements hook_menu(). |
|
|
agenda_permission |
./agenda.module |
Implements hook_permission(). |
|
|
agenda_requirements |
./agenda.install |
Implements hook_requirements(). |
|
|
agenda_schema |
./agenda.install |
Implements hook_schema(). |
|
|
agenda_settings |
./agenda.module |
Retrieve the settings for a block |
3 |
|
agenda_theme |
./agenda.module |
Implements hook_theme(). |
|
|
agenda_uninstall |
./agenda.install |
Implements hook_uninstall(). |
|
|
agenda_variable_get |
./agenda.module |
Get a variable |
3 |
|
agenda_variable_set |
./agenda.module |
Set a variable |
1 |
|
_agenda_load_google |
./agenda.module |
Fetch the gData feed and parse the XML |
2 |
|
_agenda_parse_event |
./agenda.module |
Read useful event information from XML chunk |
2 |
|
_agenda_parse_googleid |
./agenda.module |
Parse a Google ID into the email address and token components |
3 |
|
_agenda_translate |
./agenda.module |
Because we use keys for our public configuration, we want to
keep these keys in english, but display them translated. This function
provides a wrapper for this. |
|
|