You are here

constant CONTENT_DB_STORAGE_PER_CONTENT_TYPE in Content Construction Kit (CCK) 6.3

Same name and namespace in other branches
  1. 5 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
15 uses of CONTENT_DB_STORAGE_PER_CONTENT_TYPE
content_alter_db in includes/content.admin.inc
Perform adds, alters, and drops as needed to synchronize the database with new field definitions.
content_alter_db_analyze in includes/content.admin.inc
Schema Alter Analyze
content_database_info in ./content.module
Retrieve the database storage location(s) for a field.
content_field_default_values in includes/content.crud.inc
Create an array of default values for a field type.
content_field_instance_create in includes/content.crud.inc
Create a new field instance.

... See full list

File

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

Code

define('CONTENT_DB_STORAGE_PER_CONTENT_TYPE', 1);