You are here

Functions in Content Construction Kit (CCK) 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
content_type_delete includes/content.crud.inc Make changes needed when a content type is deleted. 1
content_type_update includes/content.crud.inc Make changes needed when an existing content type is updated. 1
content_uninstall ./content.install Implementation of hook_uninstall().
content_update ./content.module Implementation of hook_nodeapi 'update' op.
content_update_6000 ./content.install Add module name to fields table to make it easier to identify the fields to delete when a module is uninstalled.
content_update_6001 ./content.install Rename node_field and node_field_instance tables.
content_update_6002 ./content.install Get rid of automatic per content tables for content types that have no fields. Switching to adding those tables only when needed.
content_update_6003 ./content.install 'db_columns' column 1st got introduced as 'columns', which is forbidden in MySQL 4. This update function will only be useful for early D6 testers...
content_update_6004 ./content.install Index the 'nid' column on data tables to optimize node deletion. Large tables might deserve a multipass update.
content_update_6005 ./content.install Add 'locked' property for fields.
content_update_6006 ./content.install Make sure the 'locked' column is NOT NULL (error in previous content_update_6005().
content_update_6007 ./content.install Dummy update function to make sure the theme registry and css / JS aggregated files are updated.
content_update_6008 ./content.install Dummy update function to make sure schema version gets updated.
content_update_6009 ./content.install Add the 'exclude from $content' display setting to all existing field instances.
content_update_6010 ./content.install Fix multiple serialization caused by per-field to per-type migration. See http://drupal.org/node/407446.
content_update_last_removed ./content.install
content_validate ./content.module Implementation of hook_nodeapi 'validate' op.
content_view ./content.module Implementation of hook_nodeapi 'view' op. 1
content_views_api ./content.module Implementation of hook_views_api().
content_views_convert includes/views/content.views_convert.inc Implementation of hook_views_convert().
content_views_data includes/views/content.views.inc Implementation of hook_views_data().
content_views_field_views_data includes/views/content.views.inc 5
content_views_handlers includes/views/content.views.inc Implementation of hook_views_handlers().
content_views_plugins includes/views/content.views.inc Implementation of hook_views_plugins.
content_views_tablename includes/views/content.views.inc Helper function so it is possible to change the Views tablename in the future without re-writing code. 6
content_view_field ./content.module Render a single field, fully themed with label and multiple values. 1
content_widget_type_options includes/content.admin.inc Return an array of widget type options for a field type. 7
content_write_record ./content.module Save a record to the database based upon the schema. 1
fieldgroup_build_content modules/fieldgroup/fieldgroup.module Build the node content element needed to render a fieldgroup. 2
fieldgroup_content_fieldapi modules/fieldgroup/fieldgroup.module Implementation of hook_fieldapi().
fieldgroup_content_fieldgroup_content_type_admin_title modules/fieldgroup/panels/content_types/content_fieldgroup.inc Admin title for fieldgroup content type.
fieldgroup_content_fieldgroup_content_type_content_types modules/fieldgroup/panels/content_types/content_fieldgroup.inc Return all fieldgroup content types available.
fieldgroup_content_fieldgroup_content_type_edit_form modules/fieldgroup/panels/content_types/content_fieldgroup.inc Returns a settings form for the custom type.
fieldgroup_content_fieldgroup_content_type_edit_form_submit modules/fieldgroup/panels/content_types/content_fieldgroup.inc
fieldgroup_content_fieldgroup_content_type_render modules/fieldgroup/panels/content_types/content_fieldgroup.inc Output function for the 'fieldgroup' content type.
fieldgroup_content_fieldgroup_ctools_content_types modules/fieldgroup/panels/content_types/content_fieldgroup.inc Callback function to supply a list of content types.
fieldgroup_ctools_plugin_directory modules/fieldgroup/fieldgroup.module Implementation of hook_ctools_plugin_directory().
fieldgroup_delete modules/fieldgroup/fieldgroup.module 1
fieldgroup_disable modules/fieldgroup/fieldgroup.install Implementation of hook_disable().
fieldgroup_display_overview_form_submit modules/fieldgroup/fieldgroup.module 1
fieldgroup_elements modules/fieldgroup/fieldgroup.module Implementation of hook_elements().
fieldgroup_enable modules/fieldgroup/fieldgroup.install Implementation of hook_enable().
fieldgroup_fields_tablename modules/fieldgroup/fieldgroup.module 7
fieldgroup_field_overview_form_submit modules/fieldgroup/fieldgroup.module 1
fieldgroup_field_overview_form_validate modules/fieldgroup/fieldgroup.module 1
fieldgroup_field_remove_form_submit modules/fieldgroup/fieldgroup.module 1
fieldgroup_form_alter modules/fieldgroup/fieldgroup.module Implementation of hook_form_alter()
fieldgroup_get_group modules/fieldgroup/fieldgroup.module 2
fieldgroup_groups modules/fieldgroup/fieldgroup.module Returns all groups for a content type 19
fieldgroup_group_edit_form modules/fieldgroup/fieldgroup.module 4

Pages

Other projects