You are here

constant BIRTHDAYS_HIDE_YEAR_NO in Birthdays 7

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

Require a year to be given. Default.

9 uses of BIRTHDAYS_HIDE_YEAR_NO
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_info in ./birthdays.module
Implements hook_field_info().
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.

... See full list

File

./birthdays.module, line 36
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_NO', '0');