You are here

Functions in Content Construction Kit (CCK) 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
content_devel_multiple includes/content.devel.inc A simple function to return multiple values for fields that use custom multiple value widgets but don't need any other special multiple values handling. This will call the field generation function a random number of times and compile the results… 1
content_diff includes/content.diff.inc Implementation of hook_diff() 1
content_disable ./content.install Implementation of hook_disable().
content_display_overview_form includes/content.admin.inc Menu callback; presents a listing of fields display settings for a content type. 2
content_display_overview_form_submit includes/content.admin.inc Submit handler for the display overview form.
content_elements ./content.module Hook elements().
content_enable ./content.install Implementation of hook_enable().
content_existing_field_options includes/content.admin.inc Return an array of existing field to be added to a node type. 2
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. 4
content_fields ./content.module Return a list of all fields. 59
content_fields_list includes/content.admin.inc Menu callback; lists all defined fields for quick reference. 1
content_field_basic_form includes/content.admin.inc A form element for selecting field, widget, and label. 1
content_field_basic_form_submit includes/content.admin.inc Create a new field for a content type. 1
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_edit_form includes/content.admin.inc Menu callback; presents the field editing page. 5
content_field_edit_form_submit includes/content.admin.inc Save a field's settings after editing.
content_field_edit_form_submit_update_basic includes/content.admin.inc Button submit handler. 1
content_field_edit_form_validate includes/content.admin.inc Validate a field's settings.
content_field_form includes/content.node_form.inc Create a separate form element for each field. 4
content_field_instance_collapse includes/content.crud.inc Collapse field info from field => widget to flattened form values. 6
content_field_instance_create includes/content.crud.inc Create a new field instance. 4
content_field_instance_delete includes/content.crud.inc Delete an existing field instance. 4
content_field_instance_expand includes/content.crud.inc Expand field info to create field => widget info. 8
content_field_instance_read includes/content.crud.inc Load a field instance. 11
content_field_instance_update includes/content.crud.inc Update an existing field instance. 6
content_field_overview_form includes/content.admin.inc Menu callback; listing of fields for a content type. 2
content_field_overview_form_submit includes/content.admin.inc
content_field_overview_form_validate includes/content.admin.inc
content_field_remove_form includes/content.admin.inc Menu callback; present a form for removing a field from a content type. 2
content_field_remove_form_submit includes/content.admin.inc Remove a field from a content type.
content_field_replace includes/content.admin.inc Content Field Replace 1
content_field_tablename ./content.module Generate table name for the content field table. 13
content_field_type_options includes/content.admin.inc Return an array of field_type options. 2
content_field_wrapper_post_render ./content.module Hide specified fields from the $content variable in node templates. 1
content_filter_xss ./content.module Like filter_xss_admin(), but with a shorter list of allowed tags. 6 1
content_flush_caches ./content.module Implementation of hook_flush_caches.
content_form includes/content.node_form.inc @file Create fields' form for a content type. 1
content_format ./content.module Format a field item for display. 2
content_form_alter ./content.module Implementation of hook_form_alter().
content_generate_fields includes/content.devel.inc Enrich the $node that is about to be saved with arbitrary information in each of its CCK fields. 1
content_get_destinations includes/content.admin.inc Helper function to handle multipage redirects. 2
content_handle ./content.module Helper function for determining the handling of a field, widget or formatter with respect to a given operation. 7
content_help ./content.module
content_inactive_fields ./content.module Helper function to identify inactive fields. 1
content_inactive_instances ./content.module Helper function to identify inactive instances. This will be the same results as content_inactive_fields(), EXCEPT that his function will return inactive instances even if the fields have other (shared) instances that are still active.
content_inactive_message includes/content.admin.inc Helper function to display a message about inactive fields. 2
content_init ./content.module Implementation of hook_init().
content_insert ./content.module Implementation of hook_nodeapi 'insert' op.

Pages

Other projects