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

NameDescription
BACKUP_MIGRATE_STORAGE_DB
BACKUP_MIGRATE_STORAGE_NONE
BACKUP_MIGRATE_STORAGE_OVERRIDEN

Functions

NameDescription
backup_migrate_crud_create_itemCreate a new item of the given type.
backup_migrate_crud_delete_confirm_formAsk confirmation for deletion of a item.
backup_migrate_crud_delete_confirm_form_submitDelete a item after confirmation.
backup_migrate_crud_edit_formA form callback to edit an item.
backup_migrate_crud_edit_form_submitSubmit the item edit form.
backup_migrate_crud_edit_form_validateValidate the item edit form.
backup_migrate_crud_export_formAsk confirmation for deletion of a destination.
backup_migrate_crud_get_itemGet an item of the specified type.
backup_migrate_crud_get_itemsGet all items of the given type.
backup_migrate_crud_menuGet the menu items handled by the CRUD code.
backup_migrate_crud_typesReturn a list of CRUD types in the module.
backup_migrate_crud_type_loadGet a generic object of the given type to be used for static-like functions.
backup_migrate_crud_ui_createPage callback to create a new item.
backup_migrate_crud_ui_deletePage callback to delete an item.
backup_migrate_crud_ui_editPage callback to edit an item.
backup_migrate_crud_ui_exportExport an item.
backup_migrate_crud_ui_listPage callback to list all items.