View and alter VP-X collections.
| Name | Description |
|---|---|
| collection_delete_form | This function returns a confirmation form to delete a collection |
| collection_delete_form_submit | Implementation of hook_submit(). |
| collection_edit_form | This function returns a form in which a collection can be edited |
| collection_edit_form_submit | Implementation of hook_submit(). |
| collection_list | This function lists all collections |
| collection_list_filter_form | The collection filter form |
| collection_list_filter_form_add_search_submit | Implementation of hook_submit(). |
| collection_list_filter_form_clear_submit | Implementation of hook_submit(). |
| collection_list_filter_form_js | JSON/AJAX callback for the collection filter form. |
| collection_list_filter_form_submit | Implementation of hook_submit(). |
| collection_menu | Implementation of hook_menu(). |
| collection_new_form | This function returns a form to create a new collection |
| collection_new_form_submit | Implementation of hook_submit(). |
| collection_perm | Implementation of hook_perm(). |
| collection_remove_asset_form | This function returns a confirmation form to remove an asset from a collection |
| collection_remove_asset_form_submit | Implementation of hook_submit(). |
| collection_view | This function displays information and all assets of a single collection |
| _collection_list_filter_form | Helper function for the collection filter form |
| _collection_update_filter_form_session | helper function to store the filters into the session object |