You are here

constant CONTENT_CALLBACK_NONE in Content Construction Kit (CCK) 5

Same name and namespace in other branches
  1. 6.3 content.module \CONTENT_CALLBACK_NONE
  2. 6 content.module \CONTENT_CALLBACK_NONE
  3. 6.2 content.module \CONTENT_CALLBACK_NONE
2 uses of CONTENT_CALLBACK_NONE
content_handle in ./content.module
Helper function for determining the behaviour of a field or a widget with respect to a given operation (currently only used for 'view' field op and 'default value' widegt op)
hook_widget_settings in ./field.php
Handle the parameters for a widget.

File

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

Code

define('CONTENT_CALLBACK_NONE', 0x1);