You are here

constant CONTENT_CALLBACK_CUSTOM in Content Construction Kit (CCK) 5

Same name and namespace in other branches
  1. 6.3 content.module \CONTENT_CALLBACK_CUSTOM
  2. 6 content.module \CONTENT_CALLBACK_CUSTOM
  3. 6.2 content.module \CONTENT_CALLBACK_CUSTOM
4 uses of CONTENT_CALLBACK_CUSTOM
content_default_value in ./content.module
Helper function to return the correct default value for a field.
content_panels_render_field in ./content_panels.inc
hook_field_settings in ./field.php
Handle the parameters for a field.
_content_field_view in ./content.module
Format field output based on display settings.

File

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

Code

define('CONTENT_CALLBACK_CUSTOM', 0x4);