constant BIRTHDAYS_HIDE_YEAR_YES in Birthdays 7
Same name and namespace in other branches
- 5 birthdays.module \BIRTHDAYS_HIDE_YEAR_YES
- 6 birthdays.module \BIRTHDAYS_HIDE_YEAR_YES
Don't allow a year to be given.
5 uses of BIRTHDAYS_HIDE_YEAR_YES
- birthdays_field_formatter_settings_form in ./
birthdays.module - Implements hook_field_formatter_settings_form().
- birthdays_field_formatter_settings_summary in ./
birthdays.module - Implements hook_field_formatter_settings_summary().
- birthdays_field_widget_form in ./
birthdays.module - Implements hook_field_widget_form().
- birthdays_process_date in ./
birthdays.module - Render API callback: Expands the birthdays_date element.
- _birthdays_field_widget_textfield_validate in ./
birthdays.module - Render API callback: Parses a birthday textfield widget value.
File
- ./
birthdays.module, line 41 - The Birthdays module allows users to add their birthday to their profile. It lists birthdays on a seperate page and in different blocks. Users can receive an email on their birthday automatically, and the administrator can receive daily reminders of…
Code
define('BIRTHDAYS_HIDE_YEAR_YES', '1');