guestbook_admin_settings |
./guestbook.module |
Implementation of hook_settings() |
|
1 |
guestbook_delete_entry_confirm |
./guestbook.module |
|
|
1 |
guestbook_delete_entry_confirm_page |
./guestbook.module |
|
1 |
|
guestbook_delete_entry_confirm_submit |
./guestbook.module |
|
|
|
guestbook_form_comment |
./guestbook.module |
|
1 |
|
guestbook_form_comment_form |
./guestbook.module |
|
|
1 |
guestbook_form_comment_form_submit |
./guestbook.module |
|
|
|
guestbook_form_entry |
./guestbook.module |
Guestbook form functions |
2 |
|
guestbook_form_entry_form |
./guestbook.module |
|
|
1 |
guestbook_form_entry_form_submit |
./guestbook.module |
|
|
|
guestbook_help |
./guestbook.module |
Implementation of hook_help() |
|
|
guestbook_install |
./guestbook.install |
Implementation of hook_install(). |
|
|
guestbook_list |
./guestbook.module |
List all guestbooks
(menu callback) |
|
1 |
guestbook_mail |
./guestbook.module |
Implementation of hook_mail(). |
|
|
guestbook_menu |
./guestbook.module |
Implementation of hook_menu() |
|
|
guestbook_page |
./guestbook.module |
Output a guestbook page; menu callback. |
|
1 |
guestbook_page_form |
./guestbook.module |
Display the guestbook form on a separate page
(menu callback) |
|
1 |
guestbook_path |
./guestbook.module |
Helper function to return the guestbook path for a given uid. |
7 |
|
guestbook_perm |
./guestbook.module |
Implementation of hook_perm() |
|
|
guestbook_schema |
./guestbook.install |
Implementation of hook_schema(). |
|
|
guestbook_theme |
./guestbook.module |
Implementation of hook_theme() |
|
|
guestbook_uninstall |
./guestbook.install |
Implementation of hook_uninstall(). |
|
|
guestbook_update_6001 |
./guestbook.install |
|
|
|
guestbook_user |
./guestbook.module |
Implementation of hook_user() |
|
|
theme_guestbook |
./guestbook.module |
Guestbook theme functions |
|
|
theme_guestbook_entry |
./guestbook.module |
|
|
|
theme_guestbook_entry_comment |
./guestbook.module |
|
|
|
theme_guestbook_form_comment_form |
./guestbook.module |
|
|
|
theme_guestbook_form_entry_form |
./guestbook.module |
|
|
|
theme_guestbook_list |
./guestbook.module |
|
|
|
theme_guestbook_user_picture |
./guestbook.module |
|
|
|
_guestbook_access |
./guestbook.module |
Returns if current user is allowed to perform $action in guestbook $uid |
6 |
|
_guestbook_exists |
./guestbook.module |
Returns if the guestbook specified by $uid exists |
2 |
|
_guestbook_form_filter_tips |
./guestbook.module |
|
1 |
|
_guestbook_info |
./guestbook.module |
Returns the title or the intro text of the guestbook specified by $uid |
2 |
1 |
_guestbook_newentries |
./guestbook.module |
Fetches number of new entries for current user |
1 |
|
_guestbook_spam |
./guestbook.module |
|
|
1 |
_guestbook_timeinterval |
./guestbook.module |
Returns a string representation of a time interval |
1 |
|
_guestbook_user_profile_link |
./guestbook.module |
Return a link to $uid's profile if context allows it |
1 |
|