constant CONTENT_DB_STORAGE_PER_FIELD in Content Construction Kit (CCK) 5
Same name and namespace in other branches
- 6.3 content.module \CONTENT_DB_STORAGE_PER_FIELD
- 6 content.module \CONTENT_DB_STORAGE_PER_FIELD
- 6.2 content.module \CONTENT_DB_STORAGE_PER_FIELD
- 7.3 modules/content_migrate/content_migrate.module \CONTENT_DB_STORAGE_PER_FIELD
@file Allows administrators to associate custom fields to content types.
9 uses of CONTENT_DB_STORAGE_PER_FIELD
- 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_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)
File
- ./
content.module, line 8 - Allows administrators to associate custom fields to content types.
Code
define('CONTENT_DB_STORAGE_PER_FIELD', 0);