crud.inc
Version 1.1.2.9 (checked in on 2009/12/09 at 22:07:42 by ronan)
CRUD functions for backup and migrate types (schedules, profiles etc.).
Constants
| Name | Description |
|---|---|
| BACKUP_MIGRATE_STORAGE_DB | |
| BACKUP_MIGRATE_STORAGE_NONE | |
| BACKUP_MIGRATE_STORAGE_OVERRIDEN |
Functions
| Name | Description |
|---|---|
| backup_migrate_crud_create_item | Create a new item of the given type. |
| backup_migrate_crud_delete_confirm_form | Ask confirmation for deletion of a item. |
| backup_migrate_crud_delete_confirm_form_submit | Delete a item after confirmation. |
| backup_migrate_crud_edit_form | A form callback to edit an item. |
| backup_migrate_crud_edit_form_submit | Submit the item edit form. |
| backup_migrate_crud_edit_form_validate | Validate the item edit form. |
| backup_migrate_crud_export_form | Ask confirmation for deletion of a destination. |
| backup_migrate_crud_get_item | Get an item of the specified type. |
| backup_migrate_crud_get_items | Get all items of the given type. |
| backup_migrate_crud_menu | Get the menu items handled by the CRUD code. |
| backup_migrate_crud_types | Return a list of CRUD types in the module. |
| backup_migrate_crud_type_load | Get a generic object of the given type to be used for static-like functions. |
| backup_migrate_crud_ui_create | Page callback to create a new item. |
| backup_migrate_crud_ui_delete | Page callback to delete an item. |
| backup_migrate_crud_ui_edit | Page callback to edit an item. |
| backup_migrate_crud_ui_export | Export an item. |
| backup_migrate_crud_ui_list | Page callback to list all items. |


