18 calls to content_instance_tablename() in Content Construction Kit (CCK) 6.2
- content_associate_fields in ./
content.module - Allows a module to update the database for fields and columns it controls.
- content_copy_record_macro in modules/
content_copy/ content_copy.module - A handler that stores the form submissions into a $GLOBALS array
- content_fields_list in includes/
content.admin.inc - Menu callback; lists all defined fields for quick reference.
- 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_field_overview_form_submit in includes/
content.admin.inc - content_module_delete in includes/
content.crud.inc - Delete all data related to a module.
- content_notify in ./
content.module - Modules notify Content module when uninstalled, disabled, etc.
- 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.
- content_update_6004 in ./
content.install - Index the 'nid' column on data tables to optimize node deletion. Large tables might deserve a multipass update.
- fieldgroup_groups in modules/
fieldgroup/ fieldgroup.module - Returns all groups for a content type
- 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_field_instance_write in includes/
content.crud.inc - Write a field instance record.