You are here

constant CONTENT_DB_STORAGE_PER_CONTENT_TYPE in Content Construction Kit (CCK) 5

Same name and namespace in other branches
  1. 6.3 content.module \CONTENT_DB_STORAGE_PER_CONTENT_TYPE
  2. 6 content.module \CONTENT_DB_STORAGE_PER_CONTENT_TYPE
  3. 6.2 content.module \CONTENT_DB_STORAGE_PER_CONTENT_TYPE
  4. 7.3 modules/content_migrate/content_migrate.module \CONTENT_DB_STORAGE_PER_CONTENT_TYPE
17 uses of CONTENT_DB_STORAGE_PER_CONTENT_TYPE
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.

... See full list

File

./content.module, line 9
Allows administrators to associate custom fields to content types.

Code

define('CONTENT_DB_STORAGE_PER_CONTENT_TYPE', 1);