Version 1.13 (checked in on 2009/05/24 at 17:39:32 by dries)
Field CRUD API, handling field and field instance creation and deletion.
| Name | Beschreibung |
|---|---|
| field_create_field | Create a field. |
| field_create_instance | Creates an instance of a field, binding it to a bundle. |
| field_delete_field | Mark a field for deletion, including all its instances and all data associated with it. |
| field_delete_instance | Mark a field instance for deletion, including all data associated with it. |
| field_read_field | Read a single field record directly from the database. Generally, you should use the field_info_field() instead. |
| field_read_fields | Read in fields that match an array of conditions. |
| field_read_instance | Read a single instance record directly from the database. Generally, you should use the field_info_instance() instead. |
| field_read_instances | Read in field instances that match an array of conditions. |
| field_update_instance | |
| _field_write_instance | Store an instance record in the field configuration database. |
Kommentare
Kommentar hinzufügen