constant CONTENT_DB_STORAGE_PER_FIELD in Content Construction Kit (CCK) 6.3
Same name and namespace in other branches
- 5 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 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_instance_create in includes/
content.crud.inc - Create a new field instance.
- content_field_instance_update in includes/
content.crud.inc - Update an existing field instance.
File
- ./
content.module, line 7 - Allows administrators to associate custom fields to content types.
Code
define('CONTENT_DB_STORAGE_PER_FIELD', 0);