You are here

17 uses of CONTENT_DB_STORAGE_PER_CONTENT_TYPE in Content Construction Kit (CCK) 5

content_alter_db_field in ./content_admin.inc
Perform adds, alters, and drops as needed to synchronize the database with new field definitions.
content_database_info in ./content.module
Retrieve the database storage location(s) for a field.
content_delete in ./content.module
Delete node type fields.
content_delete_revision in ./content.module
delete node type fields for a revision.
content_field_instance_delete in ./content_crud.inc
Delete an existing field instance.
content_type_create in ./content_crud.inc
Make changes needed when a content type is created.
content_type_delete in ./content_crud.inc
Make changes needed when a content type is deleted.
content_type_update in ./content_crud.inc
Make changes needed when an existing content type is updated.
content_update_10 in ./content.install
Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332)
content_update_1003 in ./content.install
Rename data tables to avoid collision with core node_* tables
content_update_1004 in ./content.install
Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332)
content_update_1009 in ./content.install
Index the 'nid' column on data tables to optimize node deletion. Large tables might deserve a multipass update.
content_update_5 in ./content.install
Move data from per-field storage to per-content-type storage where possible.
_content_admin_field_add_existing_submit in ./content_admin.inc
Add an existing field to a content type.
_content_admin_field_add_new_submit in ./content_admin.inc
Create a new field for a content type.
_content_admin_field_submit in ./content_admin.inc
Save a field's settings after editing.
_content_tablename in ./content.module
Generate a table name for a field or a content type.