constant CONTENT_HANDLE_CORE in Content Construction Kit (CCK) 6
Same name and namespace in other branches
- 6.3 content.module \CONTENT_HANDLE_CORE
- 6.2 content.module \CONTENT_HANDLE_CORE
15 uses of CONTENT_HANDLE_CORE
- content_field in ./
content.module - Implementation of hook_field(). Handles common field housekeeping.
- content_field_form in includes/
content.node_form.inc - Create a separate form element for each field.
- content_format in ./
content.module - Format a field item for display.
- content_handle in ./
content.module - Helper function for determining the handling of a field, widget or formatter with respect to a given operation.
- nodereference_field_formatter_info in modules/
nodereference/ nodereference.module - Implementation of hook_field_formatter_info().
File
- ./
content.module, line 18 - Allows administrators to associate custom fields to content types.
Code
define('CONTENT_HANDLE_CORE', 0x1);