You are here

Functions in Content Construction Kit (CCK) 6

Primary tabs

Namesort descending Location Description Direct uses Strings
content_add_more_js includes/content.node_form.inc Menu callback for AHAH addition of new empty widgets. 1
content_add_more_submit includes/content.node_form.inc Submit handler to add more choices to a content form. This handler is used when JavaScript is not available. It makes changes to the form state and the entire form is rebuilt during the page reload. 1
content_admin_display_overview_form includes/content.admin.inc Menu callback; presents a listing of fields display settings for a content type. 2
content_admin_display_overview_form_submit includes/content.admin.inc Submit handler for the display overview form.
content_admin_field_overview_form includes/content.admin.inc Menu callback; listing of fields for a content type. 2
content_admin_field_overview_form_submit includes/content.admin.inc
content_allowed_values ./content.module Create an array of the allowed values for this field. 11
content_alter ./content.module Nodeapi 'alter' op. 2
content_alter_db includes/content.admin.inc Perform adds, alters, and drops as needed to synchronize the database with new field definitions. 2 1
content_alter_db_analyze includes/content.admin.inc Schema Alter Analyze 2
content_alter_db_cleanup includes/content.admin.inc Helper function for handling cleanup operations when schema changes are made. 1
content_alter_db_mask includes/content.admin.inc Create a mask for the column data that should be deleted in each field. 1
content_alter_fields includes/content.admin.inc Batching process for changing the field schema, running each affected node through node_save() first, to fire all hooks.
content_alter_schema includes/content.admin.inc Content Schema Alter 3
content_associate_fields ./content.module Allows a module to update the database for fields and columns it controls. 4
content_cache_tablename ./content.module Generate table name for the content cache table. 15
content_callback ./content.module Helper function for determining the behavior of a field or a widget with respect to a given operation. (currently used for field 'view', and widget 'default values' and 'multiple values') 4
content_clear_type_cache ./content.module Clear the cache of content_types; called in several places when content information is changed. 20
content_content_extra_fields ./content.module Implementation of hook_content_extra_fields.
content_content_fieldapi ./content.module Debugging using hook_content_fieldapi.
content_copy_export modules/content_copy/content_copy.module Process the export, get field admin forms for all requested fields and save the form values as formatted text. 1
content_copy_export_form modules/content_copy/content_copy.module A form to export field definitions. 1
content_copy_export_form_submit modules/content_copy/content_copy.module
content_copy_fields modules/content_copy/content_copy.module Get all the fields for a content type. 1
content_copy_form_alter modules/content_copy/content_copy.module Implementation of hook_form_alter(). Intervene to run form through macro when doing export
content_copy_get_macro modules/content_copy/content_copy.module 1
content_copy_groups modules/content_copy/content_copy.module Get all the groups for a content type. 1
content_copy_import_form modules/content_copy/content_copy.module A form to import formatted text created with export. 1
content_copy_import_form_submit modules/content_copy/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_copy_menu modules/content_copy/content_copy.module Implementation of hook_menu().
content_copy_record_macro modules/content_copy/content_copy.module A handler that stores the form submissions into a $GLOBALS array 1
content_copy_types modules/content_copy/content_copy.module Get all content types. 1
content_database_info ./content.module Retrieve the database storage location(s) for a field. 16
content_default_value ./content.module Helper function to return the correct default value for a field. 1
content_delete ./content.module Nodeapi 'delete' op. 1
content_delete_revision ./content.module Nodeapi 'delete_revision' op. 1
content_devel_caches ./content.module Implementation of hook_devel_caches. Include {cache_content} in the list of tables cleared by devel's 'empty cache'
content_diff includes/content.diff.inc Implementation of hook_diff() 1
content_disable ./content.install Implementation of hook_disable().
content_elements ./content.module Hook elements().
content_enable ./content.install Implementation of hook_enable().
content_extra_field_weight ./content.module Retrieve the user-defined weight for non-CCK node 'fields'.
content_field ./content.module Implementation of hook_field(). Handles common field housekeeping. 1
content_fields ./content.module Return a list of all fields. 27
content_field_batch_update includes/content.admin.inc Content Field Batch Update Operation 1
content_field_default_values includes/content.crud.inc Create an array of default values for a field type. 1
content_field_form includes/content.node_form.inc Create a separate form element for each field. 3
content_field_instance_collapse includes/content.crud.inc Collapse field info from field => widget to flattened form values. 3
content_field_instance_create includes/content.crud.inc Create a new field instance. 5
content_field_instance_delete includes/content.crud.inc Delete an existing field instance. 4

Pages

Other projects