You are here

function content_content_fieldapi in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 content.module \content_content_fieldapi()
  2. 6 content.module \content_content_fieldapi()

Debugging using hook_content_fieldapi.

@TODO remove later

Parameters

$op:

$field:

File

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

Code

function content_content_fieldapi($op, $field) {
  if (module_exists('devel')) {

    //dsm($op);

    //dsm($field);
  }
}