constant CONTENT_CALLBACK_DEFAULT in Content Construction Kit (CCK) 5
Same name and namespace in other branches
- 6.3 content.module \CONTENT_CALLBACK_DEFAULT
- 6 content.module \CONTENT_CALLBACK_DEFAULT
- 6.2 content.module \CONTENT_CALLBACK_DEFAULT
5 uses of CONTENT_CALLBACK_DEFAULT
- content_field_instance_expand in ./
content_crud.inc - Expand field info to create field => widget info.
- 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)
- _content_admin_field in ./
content_admin.inc - Menu callback; presents the field editing page.
- _content_admin_field_submit in ./
content_admin.inc - Save a field's settings after editing.
- _content_admin_field_validate in ./
content_admin.inc - Validate a field's settings.
File
- ./
content.module, line 12 - Allows administrators to associate custom fields to content types.
Code
define('CONTENT_CALLBACK_DEFAULT', 0x2);