Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.90.2.58 (checked in on 2008/09/03 at 13:45:05 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 |
| Name | Description |
|---|---|
| content_clear_type_cache | Clear the cache of content_types; called in several places when content information is changed. |
| 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 | Delete node type fields. |
| content_delete_revision | delete node type fields for a revision. |
| content_devel_caches | Implementation of hook_devel_caches(). Include {cache_content} in the list of tables cleared by devel's 'empty cache' |
| content_enable | Make sure that CCK content type info is synched with node type data any time the content module is enabled. |
| content_field | Implementation of hook_field(). Handles common field housekeeping. |
| content_fields | Return a list of all fields. |
| content_filter_xss | Like filter_xss_admin(), but with a shorter list of allowed tags. |
| content_form | Create fields' form for a content type. |
| content_format | Format a field item for display. |
| content_form_alter | Implementation of hook_form_alter(). |
| content_handle | Helper function for determining the behaviour of a field or a widget with respect to a given operation (currently only used for 'view' field op and 'default value' widegt op) |
| content_help | |
| content_init | Implementation of hook_init(). |
| content_insert | Insert node type fields. |
| content_load | Load data for a node type's fields. |
| content_menu | Implementation of hook_menu(). |
| content_nodeapi | Implementation of hook_nodeapi(). |
| content_node_type | Implementation of hook_node_type() React to change in node types |
| content_perm | Implementation of hook_perm(). |
| content_submit | Submit form callback for node type fields. |
| 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 | Update node type fields. |
| content_validate | Validate form callback to handle node type fields. |
| content_view | Generate field render arrays. |
| theme_field | Format an individual field for display. |
| _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_field_view | Format field output based on display settings. |
| _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_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_invoke | Invoke a widget hook. |
| _content_widget_types | Return a list of widget types. |