You are here

constant CONTENT_HANDLE_CORE in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 content.module \CONTENT_HANDLE_CORE
  2. 6 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_edit_form in includes/content.admin.inc
Menu callback; presents the field editing page.
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.

... See full list

File

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

Code

define('CONTENT_HANDLE_CORE', 0x1);