Version 1.11 (checked in on 2009/05/20 at 09:48:47 by dries)
| Name | Beschreibung |
|---|---|
| hook_fieldable_info | Inform the Field API about one or more fieldable types. |
| hook_field_access | Determine whether the user has access to a given field. |
| hook_field_attach_create_bundle | Act on field_attach_create_bundle. |
| hook_field_attach_delete | Act on field_attach_delete. |
| hook_field_attach_delete_bundle | Act on field_attach_delete_bundle. |
| hook_field_attach_delete_revision | Act on field_attach_delete_revision. |
| hook_field_attach_form | Act on field_attach_form. |
| hook_field_attach_load | Act on field_attach_load. |
| hook_field_attach_presave | Act on field_attach_presave. |
| hook_field_attach_pre_insert | Act on field_attach_insert. |
| hook_field_attach_pre_load | Act on field_attach_pre_load. |
| hook_field_attach_pre_update | Act on field_attach_update. |
| hook_field_attach_submit | Act on field_attach_submit. |
| hook_field_attach_validate | Act on field_attach_validate. |
| hook_field_attach_view_alter | Act on field_attach_view. |
| hook_field_build_modes | TODO |
| hook_field_create_field | Act on a field being created. |
| hook_field_create_instance | Act on a field instance being created. |
| hook_field_delete | Define custom delete behavior for this module's field types. |
| hook_field_delete_field | Act on a field being deleted. |
| hook_field_delete_instance | Act on a field instance being deleted. |
| hook_field_delete_revision | Define custom delete_revision behavior for this module's field types. |
| hook_field_formatter_info | |
| hook_field_info | Define Field API field types. |
| hook_field_insert | Define custom insert behavior for this module's field types. |
| hook_field_load | Define custom load behavior for this module's field types. |
| hook_field_prepare_translation | Define custom prepare_translation behavior for this module's field types. |
| hook_field_presave | Define custom presave behavior for this module's field types. |
| hook_field_read_field | Act on field records being read from the database. |
| hook_field_read_instance | Act on a field record being read from the database. |
| hook_field_rename_bundle | Act on field_attach_rename_bundle. |
| hook_field_sanitize | Define custom sanitize behavior for this module's field types. |
| hook_field_schema | Define the Field API schema for a field structure. |
| hook_field_storage_create_bundle | Act on creation of a new bundle. |
| hook_field_storage_create_field | Act on creation of a new field. |
| hook_field_storage_delete | Delete all field data for an object. |
| hook_field_storage_delete_field | Act on deletion of a field. |
| hook_field_storage_delete_instance | Act on deletion of a field instance. |
| hook_field_storage_delete_revision | Delete a single revision of field data for an object. |
| hook_field_storage_load | Load field data for a set of objects. |
| hook_field_storage_rename_bundle | Act on a bundle being renamed. |
| hook_field_storage_write | Write field data for an object. |
| hook_field_update | Define custom update behavior for this module's field types. |
| hook_field_update_instance | Act on a field instance being updated. |
| hook_field_validate | Define custom validate behavior for this module's field types. |
| hook_field_widget | Return a single form element for a form. |
| hook_field_widget_error | Flag a field-level validation error. |
| hook_field_widget_info | Define Field API widget types. |
Kommentare
Kommentar hinzufügen