You are here

Functions in Content Construction Kit (CCK) 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
book_content_build_modes ./content.module
content_access ./content.module Determine whether the user has access to a given field. 6 1
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_add_more_submit_proxy ./content.module Proxy function to call content_add_more_submit(), because it might not be included yet when the form is processed and invokes the callback. 1
content_allowed_values ./content.module Create an array of the allowed values for this field. 10
content_allowed_values_filter_html ./content.module Filter out HTML from allowed values array while leaving entities unencoded. 2
content_alter ./content.module Implementation of hook_nodeapi 'alter' op. 1
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_extra_weights ./content.module Pre-render callback to adjust weights of non-CCK fields. 2
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_array_flatten ./content.module Helper function to flatten an array of allowed values. 1
content_associate_fields ./content.module Allows a module to update the database for fields and columns it controls. 5
content_build_modes ./content.module Registry of available node build modes. 6
content_cache_tablename ./content.module Generate table name for the content cache table. 14
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_check_update ./content.install Helper function for module updates : 24
content_clear_type_cache ./content.module Clear the cache of content_types; called in several places when content information is changed. 26
content_content_diff_values includes/content.diff.inc Default 'implementation' of hook_content_diff_values. 1
content_content_extra_fields ./content.module Implementation of hook_content_extra_fields.
content_content_fieldapi ./content.module Debugging using hook_content_fieldapi.
content_content_field_content_type_admin_title includes/panels/content_types/content_field.inc Admin title for field content type.
content_content_field_content_type_content_type includes/panels/content_types/content_field.inc Just one subtype. 1
content_content_field_content_type_content_types includes/panels/content_types/content_field.inc Return all field content types available. 1
content_content_field_content_type_edit_form includes/panels/content_types/content_field.inc Returns a settings form for the custom type.
content_content_field_content_type_edit_form_submit includes/panels/content_types/content_field.inc
content_content_field_content_type_render includes/panels/content_types/content_field.inc Output function for the 'field' content type.
content_content_field_ctools_content_types includes/panels/content_types/content_field.inc Callback function to supply a list of content types.
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. 2
content_copy_export_form_submit modules/content_copy/content_copy.module
content_copy_fields modules/content_copy/content_copy.module Get all the *active* 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_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_theme modules/content_copy/content_copy.module Implementation of hook_theme().
content_copy_types modules/content_copy/content_copy.module Get all content types. 2
content_ctools_plugin_directory ./content.module Implementation of hook_ctools_plugin_directory().
content_database_info ./content.module Retrieve the database storage location(s) for a field. 21
content_db_index_exists ./content.module Checks if an index exists. 3
content_default_value ./content.module Helper function to return the correct default value for a field. 1
content_delete ./content.module Implementation of hook_nodeapi 'delete' op.
content_delete_revision ./content.module Implementation of hook_nodeapi 'delete_revision' op.

Pages

Other projects