function content_content_fieldapi in Content Construction Kit (CCK) 6
Same name and namespace in other branches
- 6.3 content.module \content_content_fieldapi()
- 6.2 content.module \content_content_fieldapi()
Debugging using hook_content_fieldapi.
@TODO remove later
Parameters
$op:
$field:
File
- ./
content.module, line 1897 - Allows administrators to associate custom fields to content types.
Code
function content_content_fieldapi($op, $field) {
if (module_exists('devel')) {
//dsm($op);
//dsm($field);
}
}