File: bp-document/classes/class-bp-rest-document-folder-endpoint.php |
Description |
---|---|
bp_rest_document_folder_collection_params |
Filters the collection query params. |
BP_REST_Document_Folder_Endpoint::bp_rest_check_folder_privacy_restriction() |
Check user access based on the privacy for the single folder. |
bp_rest_document_folder_get_items |
Fires after a list of document’s folder is fetched via the REST API. |
BP_REST_Document_Folder_Endpoint::delete_item() |
Delete a single Folder. |
BP_REST_Document_Folder_Endpoint::get_items_permissions_check() |
Checks if a given request has access to get all users. |
bp_rest_document_folder_delete_item |
Fires after a folder is deleted via the REST API. |
bp_rest_document_folder_get_items_permissions_check |
Filter the folder `get_items` permissions check. |
BP_REST_Document_Folder_Endpoint::delete_item_permissions_check() |
Checks if a given request has access to for the user. |
BP_REST_Document_Folder_Endpoint::get_item() |
Retrieve a single Folder. |
bp_rest_document_folder_delete_item_permissions_check |
Filter the document folder `delete_item` permissions check. |