1.301.2.85 (checked in on 2008/11/10 at 15:56:35 by yched)
Allows administrators to associate custom fields to content types.
| Name | Description |
|---|---|
| CONTENT_CALLBACK_CUSTOM | |
| CONTENT_CALLBACK_DEFAULT | |
| CONTENT_CALLBACK_NONE | |
| CONTENT_DB_STORAGE_PER_CONTENT_TYPE | |
| CONTENT_DB_STORAGE_PER_FIELD | |
| CONTENT_HANDLE_CORE | |
| CONTENT_HANDLE_MODULE |
| Name | Description |
|---|---|
| content_add_more_submit_proxy | Proxy function to call content_add_more_submit(), because it might not be included yet when the form is processed and invokes the callback. |
| content_allowed_values | Create an array of the allowed values for this field. |
| content_alter | Implementation of hook_nodeapi 'alter' op. |
| content_associate_fields | Allows a module to update the database for fields and columns it controls. |
| content_build_modes | Registry of available node build modes. |
| 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 | Implementation of hook_nodeapi 'delete' op. |
| content_delete_revision | Implementation of hook_nodeapi 'delete_revision' op. |
| 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_field_wrapper_post_render | Hide specified fields from the $content variable in node templates. |
| content_filter_xss | Like filter_xss_admin(), but with a shorter list of allowed tags. |
| 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_inactive_fields | Helper function to identify inactive fields. |
| content_init | Implementation of hook_init(). |
| content_insert | Implementation of hook_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. Implementation of hook_nodeapi 'load' op. |
| content_max_delta | Find max delta value actually in use for a field. |
| content_menu | Implementation of hook_menu(). |
| content_menu_alter | Implementation of hook_menu_alter(). |
| 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_perm | Implementation of hook_perm(). |
| content_prepare_translation | Implementation of hook_nodeapi 'prepare translation' op. |
| content_preprocess_content_field | Theme preprocess function for field.tpl.php. |
| content_preprocess_node | Theme preprocess function for node. |
| content_presave | Implementation of hook_nodeapi 'presave' op. |
| content_set_empty | Helper function to filter out empty values. |
| content_storage | Handle storage ops for _content_field_invoke_default(). |
| 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 | Implementation of hook_nodeapi 'update' op. |
| content_validate | Implementation of hook_nodeapi 'validate' op. |
| content_view | Implementation of hook_nodeapi 'view' op. |
| content_views_api | Implementation of hook_views_api(). |
| content_view_field | Render a single field, fully themed with label and multiple values. |
| content_write_record | Save a record to the database based upon the schema. |
| node_content_build_modes | Implementations of hook_content_build_modes on behalf of core modules. |
| search_content_build_modes | |
| theme_content_exclude | 'Theme' function for a field's addition to $content. |
| theme_content_multiple_values | Theme an individual form element. |
| _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_filter_xss_allowed_tags | List of tags allowed by content_filter_xss(). |
| _content_filter_xss_display_allowed_tags | Human-readable list of allowed tags, for display in help texts. |
| _content_get_formatter | Return the formatter description corresponding to a formatter name, defaulting to 'default' if none is found. |
| _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_sort_items_value_helper | Same as above, using ['_weight']['#value'] |
| _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. |