You are here

constant CONTENT_CALLBACK_DEFAULT in Content Construction Kit (CCK) 6

Same name and namespace in other branches
  1. 5 content.module \CONTENT_CALLBACK_DEFAULT
  2. 6.3 content.module \CONTENT_CALLBACK_DEFAULT
  3. 6.2 content.module \CONTENT_CALLBACK_DEFAULT
15 uses of CONTENT_CALLBACK_DEFAULT
content_callback in ./content.module
Helper function for determining the behavior of a field or a widget with respect to a given operation. (currently used for field 'view', and widget 'default values' and 'multiple values')
content_field_instance_expand in includes/content.crud.inc
Expand field info to create field => widget info.
nodereference_field_info in modules/nodereference/nodereference.module
Implementation of hook_field_info().
nodereference_widget_info in modules/nodereference/nodereference.module
Implementation of hook_widget_info().
number_field_info in modules/number/number.module
Implementation of hook_field_info().

... See full list

File

./content.module, line 15
Allows administrators to associate custom fields to content types.

Code

define('CONTENT_CALLBACK_DEFAULT', 0x2);