Version

1.7.2.10 (checked in on 2008/02/25 at 19:59:11 by yched)

Description

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().

Functions

Namesort iconDescription
hook_fieldDefine the behavior of a field type.
hook_field_formatterPrepare an individual item for viewing in a browser.
hook_field_formatter_infoDeclare information about a formatter.
hook_field_infoDeclare information about a field type.
hook_field_settingsHandle the parameters for a field.
hook_widgetDefine the behavior of a widget.
hook_widget_infoDeclare information about a widget.
hook_widget_settingsHandle the parameters for a widget.