16 calls to content_instance_tablename() in Content Construction Kit (CCK) 6
- content_admin_field_overview_form_submit in includes/
content.admin.inc - content_associate_fields in ./
content.module - Allows a module to update the database for fields and columns it controls.
- content_field_instance_delete in includes/
content.crud.inc - Delete an existing field instance.
- content_field_instance_read in includes/
content.crud.inc - Load a field instance.
- content_module_delete in includes/
content.crud.inc - Delete all data related to a module.
- content_schema in ./
content.install - Implementation of hook_schema.
- content_types_install in ./
content.install - 'Safe' version of content_types() to use in updates and installs.
- content_type_update in includes/
content.crud.inc - Make changes needed when an existing content type is updated.
- content_update_6000 in ./
content.install - Add module name to fields table to make it easier to identify the fields to delete when a module is uninstalled.
- content_update_6002 in ./
content.install - Get rid of automatic per content tables for content types that have no fields. Switching to adding those tables only when needed.
- fieldgroup_groups in modules/
fieldgroup/ fieldgroup.module - optionwidgets_update_6000 in modules/
optionwidgets/ optionwidgets.install - Rename widgets from 'options_xxx' to 'optionwidgets_xxx' so hook_elements and hook_themes items are prefixed with module name as they should be.
- text_update_6000 in modules/
text/ text.install - Rename widgets to match hook_elements values.
- _content_admin_type_fields in includes/
content.admin.inc - Menu callback; lists all defined fields for quick reference.
- _content_field_instance_write in includes/
content.crud.inc - Write a field instance record.
- _content_type_info in ./
content.module - Collate all information on content types, fields, and related structures.