1.7.2.10 (checked in on 2008/02/25 at 19:59:11 by yched)
These hooks are defined by field modules, modules that define a new kind of field for insertion in a content type.
Field hooks are typically called by content.module using _content_field_invoke().
Widget module hooks are also defined here; the two go hand-in-hand, often in the same module (though they are independent).
Widget hooks are typically called by content.module using _content_widget_invoke().
| Name | Description |
|---|---|
| hook_field | Define the behavior of a field type. |
| hook_field_formatter | Prepare an individual item for viewing in a browser. |
| hook_field_formatter_info | Declare information about a formatter. |
| hook_field_info | Declare information about a field type. |
| hook_field_settings | Handle the parameters for a field. |
| hook_widget | Define the behavior of a widget. |
| hook_widget_info | Declare information about a widget. |
| hook_widget_settings | Handle the parameters for a widget. |