You are here

constant BIRTHDAYS_HIDE_YEAR_USER in Birthdays 7

Same name and namespace in other branches
  1. 5 birthdays.module \BIRTHDAYS_HIDE_YEAR_USER
  2. 6 birthdays.module \BIRTHDAYS_HIDE_YEAR_USER

Leave it up to the user to give a year or not.

5 uses of BIRTHDAYS_HIDE_YEAR_USER
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_update_7001 in ./birthdays.install
Upgrade the field data to Drupal 7.
_birthdays_field_widget_textfield_validate in ./birthdays.module
Render API callback: Parses a birthday textfield widget value.

File

./birthdays.module, line 46
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_USER', '2');