You are here

constant CONTENT_CALLBACK_DEFAULT in Content Construction Kit (CCK) 6.3

Same name and namespace in other branches
  1. 5 content.module \CONTENT_CALLBACK_DEFAULT
  2. 6 content.module \CONTENT_CALLBACK_DEFAULT
  3. 6.2 content.module \CONTENT_CALLBACK_DEFAULT
9 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_edit_form in includes/content.admin.inc
Menu callback; presents the field editing page.
content_field_edit_form_validate in includes/content.admin.inc
Validate a field's settings.
content_field_instance_expand in includes/content.crud.inc
Expand field info to create field => widget info.
nodereference_widget_info in modules/nodereference/nodereference.module
Implementation of hook_widget_info().

... See full list

File

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

Code

define('CONTENT_CALLBACK_DEFAULT', 0x2);