You are here

constant CCK_PHONE_PHONE_MAX_LENGTH in Phone Number 7

Same name and namespace in other branches
  1. 6 cck_phone.module \CCK_PHONE_PHONE_MAX_LENGTH
7 uses of CCK_PHONE_PHONE_MAX_LENGTH
cck_phone_field_info in ./cck_phone.module
Implements hook_field_info().
cck_phone_field_settings_form in ./cck_phone.module
Implements hook_field_settings_form().
cck_phone_field_widget_info in ./cck_phone.module
Implements hook_field_widget_info().
cck_phone_phone_number_validate in ./cck_phone.module
An #element_validate callback for the phone_number element.
cck_phone_validate_number in ./cck_phone.module
Generic validation for Phone Number.

... See full list

File

./cck_phone.module, line 10
Defines phone number fields for CCK. Provide some verifications on the phone numbers

Code

define('CCK_PHONE_PHONE_MAX_LENGTH', 15);