constant CONTENT_CALLBACK_DEFAULT in Content Construction Kit (CCK) 6.2
Same name and namespace in other branches
- 5 content.module \CONTENT_CALLBACK_DEFAULT
- 6.3 content.module \CONTENT_CALLBACK_DEFAULT
- 6 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().
File
- ./
content.module, line 11 - Allows administrators to associate custom fields to content types.
Code
define('CONTENT_CALLBACK_DEFAULT', 0x2);