importexportapi.php

Version

1.2 (checked in on 2006/09/01 at 13:43:18 by jaza)

Description

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.

Functions

Namesort iconDescription
hook_defDeclare the data definition of one or more entities and its child fields.
hook_def_alterAlter the data definition of one or more entities and its fields, as defined through hook_def().
hook_def_field_typesDefine certain characteristics of one or more field types.
hook_engines_get_putDefine one or more 'get' or 'put' engines.