You are here

Functions in Birthdays 6

Primary tabs

Namesort descending Location Description Direct uses Strings
batch_birthdays_sync_b2p ./birthdays.sync.inc Birthdays to Profile batch copying process 1
batch_birthdays_sync_finished ./birthdays.sync.inc Batch finished synchronizing. Display an apropriate message. 1
batch_birthdays_sync_p2b ./birthdays.sync.inc Profile to Birthdays batch copying process. 1
birthdays_admin_settings ./birthdays.admin.inc Generates the Birthdays admininistration form located at ?q=admin/settings/birthdays. 1
birthdays_block ./birthdays.module Implementation of hook_block().
birthdays_cron ./birthdays.module Implementation of hook_cron().
birthdays_date_validate ./birthdays.module Validate the birthday field. 1
birthdays_form_alter ./birthdays.module Implementation of hook_form_alter().
birthdays_form_user ./birthdays.module Adds user options to the profile form which are saved in {users}.data and are loaded during a user_load(). 1
birthdays_get_birthdays ./birthdays.module Get the next X birthdays 1
birthdays_get_birthdays_by_days ./birthdays.module Get all birthdays of the upcomming X days 3
birthdays_get_starsign_image ./birthdays.module Return the picture of a starsign, given the name. Links to Yahoo! when option is selected. 3
birthdays_get_todays_birthdays ./birthdays.module Helper function for displaying only todays birthdays 1
birthdays_help ./birthdays.module Implementation of hook_help().
birthdays_init ./birthdays.module Implementation of hook_init().
birthdays_install ./birthdays.install Implementation of hook_install().
birthdays_load_user ./birthdays.module Inject information on a user load. 1
birthdays_mail ./birthdays.mail.inc Implementation of hook_mail().
birthdays_menu ./birthdays.module Implementation of hook_menu().
birthdays_page_filter ./birthdays.page.inc Return a form containing a select box to filter users by month of birth 1
birthdays_perm ./birthdays.module Implementation of hook_perm().
birthdays_profile_alter ./birthdays.module Alter the way the birthday is shown. This is fired after every module has filled the profile.
birthdays_requirements ./birthdays.install Implementation of hook_requirements().
birthdays_save_user ./birthdays.module Inject information and save birthday when editing or adding a user. 1
birthdays_schema ./birthdays.install Implementation of hook_schema().
birthdays_set_batch ./birthdays.sync.inc Set the batch for either synchronisation processes. 2
birthdays_sync_birthdays_to_profiles ./birthdays.sync.inc Birthdays to Profile submit handler. 2
birthdays_sync_form ./birthdays.admin.inc Implementation of hook_form(). 1
birthdays_sync_form ./birthdays.sync.inc Creates the synchronization form. 1
birthdays_sync_profiles_to_birthdays ./birthdays.sync.inc Profile to Birthdays submit handler. 2
birthdays_theme ./birthdays.module Implementation of hook_theme().
birthdays_uninstall ./birthdays.install Implementation of hook_uninstall().
birthdays_update_5003 ./birthdays.install Remove the variable 'birthdays_field_name'.
birthdays_update_6000 ./birthdays.install The placeholder @name in the user birthday message has been replaced by !username, because we now can use user_mail_tokens().
birthdays_user ./birthdays.module Implementation of hook_user().
birthdays_view_page ./birthdays.page.inc Show birthdays page @desc Callback for birthdays menu item to show a page which lists all users. 1
expand_birthdays_date ./birthdays.module Process the birthday field (based on a regular date element) to limit it to past birthdays and make it the entire element optional by adding empty options for days, months and years. 1
template_preprocess_birthdays_block ./birthdays.module Preprocess variables to format the birthdays block.
template_preprocess_birthdays_page ./birthdays.page.inc Preprocess variables to format the birthdays page.
_birthdays_calculate_age ./birthdays.module Calculate age 2
_birthdays_get_age ./birthdays.module Get age from a given date of birth 1
_birthdays_get_date_fields ./birthdays.module Retrieve all fields of type 'date' from the profile.module's tables 2
_birthdays_get_field ./birthdays.module Retrieve profile field object 2
_birthdays_get_starsign ./birthdays.module Get starsign based on date of birth 1
_birthdays_mail_text ./birthdays.module Check which e-mail strings should be retreived, and fill in the default placeholders. Uses the same method as _user_mail_text(). 2
_birthdays_send_admin_message ./birthdays.mail.inc Sends an e-mail to administrator for the upcoming day(s). 1
_birthdays_send_user_message ./birthdays.mail.inc Send all birthdays on this day a message 1
_birthdays_show_age ./birthdays.module Return age if user has agreed to show it 2
_birthdays_show_date ./birthdays.module Format date array 4
_birthdays_show_date_2 ./birthdays.module Format date, optionally hide year 1

Other projects