11 calls to content_field_instance_read() in Content Construction Kit (CCK) 6.2
- ContentCrudBasicTest::testBasic in tests/
content.crud.test - content_field_basic_form_submit in includes/
content.admin.inc - Create a new field for a content type.
- content_field_instance_create in includes/
content.crud.inc - Create a new field instance.
- content_field_instance_delete in includes/
content.crud.inc - Delete an existing 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_storage_type in ./
content.module - Helper function for identifying the storage type for a field.
- content_type_delete in includes/
content.crud.inc - Make changes needed when a content type is deleted.
- _content_field_overview_form_validate_add_new in includes/
content.admin.inc - Helper function for content_field_overview_form_validate.
- _content_type_info in ./
content.module - Collate all information on content types, fields, and related structures.