8 calls to content_field_instance_expand() in Content Construction Kit (CCK) 6.2
- ContentCrudBasicTest::testBasic in tests/
content.crud.test - content_field_edit_form_validate in includes/
content.admin.inc - Validate a field's settings.
- content_field_instance_create in includes/
content.crud.inc - Create a new field instance.
- content_field_instance_read in includes/
content.crud.inc - Load a field instance.
- content_field_instance_update in includes/
content.crud.inc - Update an existing field instance.
- content_inactive_fields in ./
content.module - Helper function to identify inactive fields.
- content_inactive_instances in ./
content.module - Helper function to identify inactive instances. This will be the same results as content_inactive_fields(), EXCEPT that his function will return inactive instances even if the fields have other (shared) instances that are still active.
- content_types_install in ./
content.install - 'Safe' version of content_types() to use in updates and installs.