6 string references to '_content_admin_field' in Content Construction Kit (CCK) 5
- content_admin_field_overview_form_submit in ./
content_admin.inc - content_copy_export in ./
content_copy.module - Process the export, get field admin forms for all requested fields and save the form values as formatted text.
- content_copy_form_alter in ./
content_copy.module - Implementation of hook_form_alter(). Intervene to run form through macro when doing export
- content_copy_import_form_submit in ./
content_copy.module - Submit handler for import form. For each submitted field: 1) add new field to the database 2) execute the imported field macro to update the settings to the imported values
- content_menu in ./
content.module - Implementation of hook_menu().
- fieldgroup_form_alter in ./
fieldgroup.module