32 calls to content_types() in Content Construction Kit (CCK) 5
- content_admin_display_overview_form in ./
content_admin.inc - Menu callback; presents a listing of fields display settings for a content type.
- content_admin_field_overview_form in ./
content_admin.inc - Menu callback; presents a listing of fields for a content type.
- content_copy_export in ./
content_copy.module - Process the export, get field admin forms for all requested fields and save the form values as formatted text.
- content_copy_import_form_submit in ./
content_copy.module - Submit handler for import form. For each submitted field: 1) add new field to the database 2) execute the imported field macro to update the settings to the imported values
- 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.
- content_form in ./
content.module - Create fields' form for a content type.
- content_generate_fields in ./
content.devel.inc - Enrich the $node that is about to be saved with arbitrary information in each of its CCK fields.
- content_menu in ./
content.module - Implementation of hook_menu().
- content_types_rebuild in ./
content_crud.inc - Rebuild content type information from node tables.
- content_type_create in ./
content_crud.inc - Make changes needed when a content type is created.
- content_type_delete in ./
content_crud.inc - Make changes needed when a content type is deleted.
- content_type_update in ./
content_crud.inc - Make changes needed when an existing content type is updated.
- content_update_1003 in ./
content.install - Rename data tables to avoid collision with core node_* tables
- content_update_1006 in ./
content.install - Set text db columns to accept NULL values for mysql (see http://drupal.org/node/108094)
- fieldgroup_form_alter in ./
fieldgroup.module - fieldgroup_menu in ./
fieldgroup.module - @file Create field groups for CCK fields.
- userreference_user in ./
userreference.module - Implementation of hook_user().
- _content_admin_field in ./
content_admin.inc - Menu callback; presents the field editing page.
- _content_admin_field_add_existing in ./
content_admin.inc - _content_admin_field_add_existing_submit in ./
content_admin.inc - Add an existing field to a content type.
- _content_admin_field_add_new_submit in ./
content_admin.inc - Create a new field for a content type.
- _content_admin_field_remove in ./
content_admin.inc - Menu callback; present a form for removing a field from a content type.
- _content_admin_field_remove_submit in ./
content_admin.inc - Remove a field from a content type.
- _content_admin_field_submit in ./
content_admin.inc - Save a field's settings after editing.
- _content_admin_field_validate in ./
content_admin.inc - Validate a field's settings.
- _content_admin_type_fields in ./
content_admin.inc - Menu callback; lists all defined fields for quick reference.
- _content_field_invoke in ./
content.module - Invoke a field hook.
- _content_field_invoke_default in ./
content.module - Invoke content.module's version of a field hook.
- _content_field_view in ./
content.module - Format field output based on display settings.
- _content_widget_invoke in ./
content.module - Invoke a widget hook.