1.2 (checked in on 2006/09/01 at 13:43:18 by jaza)
These hooks are defined by modules that provide or alter data definitions, or by modules that extend the Import / Export API.
Modules can extend the Import / Export API in a number of ways, such as by defining new field types, or by defining new 'get' or 'put' engines.
| Name | Description |
|---|---|
| hook_def | Declare the data definition of one or more entities and its child fields. |
| hook_def_alter | Alter the data definition of one or more entities and its fields, as defined through hook_def(). |
| hook_def_field_types | Define certain characteristics of one or more field types. |
| hook_engines_get_put | Define one or more 'get' or 'put' engines. |