6 calls to content_field_instance_collapse() in Content Construction Kit (CCK) 6.2
- ContentCrudBasicTest::testBasic in tests/
content.crud.test - content_copy_export in modules/
content_copy/ content_copy.module - Process the export, get field admin forms for all requested fields and save the form values as formatted text.
- content_copy_import_form_submit in modules/
content_copy/ 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_field_basic_form_submit in includes/
content.admin.inc - Create a new field for a content type.
- content_field_edit_form in includes/
content.admin.inc - Menu callback; presents the field editing page.
- _content_field_instance_write in includes/
content.crud.inc - Write a field instance record.