You are here

Files in Content Construction Kit (CCK) 7.3

Primary tabs

File namesort descending Location Namespace Description
cck.info cck.info name = CCK description = Miscellaneous field functions not handled by core. package = CCK core = 7.x files[] = cck.module files[] = cck.install dependencies[] = field_ui
cck.install cck.install
cck.module cck.module Allows administrators to use php code snippets to define allowed values or default values. The snippets are stored in a database table and retrieved in callback functions.
content_migrate.admin.inc modules/content_migrate/includes/content_migrate.admin.inc content_migrate.admin.inc Code to process field data migration, moved into a separate file for efficiency.
content_migrate.api.php modules/content_migrate/content_migrate.api.php Documentation for content migrate API.
content_migrate.drush.inc modules/content_migrate/includes/content_migrate.drush.inc content_migrate.drush.inc Drush commands for content_migrate,
content_migrate.file.inc modules/content_migrate/modules/content_migrate.file.inc content_migrate.file.inc Code to implement Content Migrate hooks on behalf of the File module.
content_migrate.info modules/content_migrate/content_migrate.info name = Content Migrate description = Migrate fields and field data from CCK D6 format to the D7 field format. Required to migrate data, can be disabled once all fields have been migrated. core = 7.x package = CCK files[] =…
content_migrate.install modules/content_migrate/content_migrate.install
content_migrate.module modules/content_migrate/content_migrate.module Code For D6 to D7 field data update.
content_migrate.number.inc modules/content_migrate/modules/content_migrate.number.inc content_migrate.number.inc Code to implement Content Migrate hooks on behalf of the Number module.
content_migrate.options.inc modules/content_migrate/modules/content_migrate.options.inc content_migrate.options.inc Code to implement Content Migrate hooks on behalf of the Options module.
content_migrate.test modules/content_migrate/tests/content_migrate.test Content Migrate Test Cases
content_migrate.text.inc modules/content_migrate/modules/content_migrate.text.inc content_migrate.text.inc Code to implement Content Migrate hooks on behalf of the Text module.
content_migrate.values.inc modules/content_migrate/includes/content_migrate.values.inc content_migrate.values.inc Code to produce D7-style field and instance values from the data in D6 tables. Separated into a separate file for efficiency.

Other projects