1.290 (checked in on 2008/04/25 at 01:08:34 by karens)
Allows administrators to associate custom fields to content types.
| Name | Description |
|---|---|
| content_allowed_values | Create an array of the allowed values for this field. |
| content_alter | Nodeapi 'alter' op. |
| content_associate_fields | Allows a module to update the database for fields and columns it controls. |
| content_cache_tablename | Generate table name for the content cache table. |
| content_callback | 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') |
| content_clear_type_cache | Clear the cache of content_types; called in several places when content information is changed. |
| content_content_extra_fields | Implementation of hook_content_extra_fields. |
| content_content_fieldapi | Debugging using hook_content_fieldapi. |
| content_database_info | Retrieve the database storage location(s) for a field. |
| content_default_value | Helper function to return the correct default value for a field. |
| content_delete | Nodeapi 'delete' op. |
| content_delete_revision | Nodeapi 'delete_revision' op. |
| content_devel_caches | Implementation of hook_devel_caches. Include {cache_content} in the list of tables cleared by devel's 'empty cache' |
| content_elements | Hook elements(). |
| content_extra_field_weight | Retrieve the user-defined weight for non-CCK node 'fields'. |
| content_field | Implementation of hook_field(). Handles common field housekeeping. |
| content_fields | Return a list of all fields. |
| content_field_tablename | Generate table name for the content field table. |
| content_flush_caches | Implementation of hook_flush_caches. |
| content_format | Format a field item for display. |
| content_form_alter | Implementation of hook_form_alter(). |
| content_handle | Helper function for determining the handling of a field, widget or formatter with respect to a given operation. |
| content_help | |
| content_init | Implementation of hook_init(). |
| content_insert | Nodeapi 'insert' op. |
| content_instance_tablename | Generate table name for the content field instance table. |
| content_load | Load data for a node type's fields. |
| content_menu | Implementation of hook_menu(). |
| content_menu_needs_rebuild | Flag / unflag the menus for rebuilding, or read the current value of the flag. |
| content_nodeapi | Implementation of hook_nodeapi(). |
| content_node_type | Implementation of hook_node_type() React to change in node types |
| content_notify | Modules notify Content module when uninstalled, disabled, etc. |
| content_prepare_translation | Nodeapi 'prepare translation' op. |
| content_presave | Nodeapi 'presave' op. |
| content_set_empty | Helper function to set NULL values and unset items where needed. |
| content_storage | TODO : PHPdoc |
| content_storage_type | Helper function for identifying the storage type for a field. |
| content_table_schema | A basic schema used by all field and type tables. |
| content_theme | Implementation of hook_theme(). |
| content_transpose_array_rows_cols | Manipulate a 2D array to reverse rows and columns. |
| content_types | Return a list of all content types. |
| content_update | Nodeapi 'update' op. |
| content_validate | Nodeapi 'validate' op. |
| content_view | Nodeapi 'view' op. |
| content_write_record | Save a record to the database based upon the schema. |
| template_preprocess_content_field_view | Process variables for field.tpl.php. |
| theme_content_multiple_values | Theme an individual form element. |
| _content_admin_display_contexts | Array of possible display contexts for fields. |
| _content_field_invoke | Invoke a field hook. |
| _content_field_invoke_default | Invoke content.module's version of a field hook. |
| _content_field_types | Return a list of field types. |
| _content_sort_items | Helper function to sort items in a field according to user drag-n-drop reordering. |
| _content_sort_items_helper | Sort function for items order. (copied form element_sort(), which acts on #weight keys) |
| _content_tablename | Generate a table name for a field or a content type. |
| _content_type_info | Collate all information on content types, fields, and related structures. |
| _content_widget_types | Return a list of widget types. |