File: bp-document/classes/class-bp-rest-document-details-endpoint.php |
Description |
---|---|
BP_REST_Document_Details_Endpoint::get_documents_privacy() |
Get privacy for the documents. |
BP_REST_Document_Details_Endpoint |
BuddyPress Document Details endpoints. |
BP_REST_Document_Details_Endpoint::__construct() |
Constructor. |
BP_REST_Document_Details_Endpoint::register_routes() |
Register the component routes. |
BP_REST_Document_Details_Endpoint::get_items() |
Retrieve documents details. |
bp_rest_document_details_get_items |
Fires after a list of documents details is fetched via the REST API. |
BP_REST_Document_Details_Endpoint::get_items_permissions_check() |
Checks if a given request has access to get all users. |
bp_rest_document_details_get_items_permissions_check |
Filter the document details `get_items` permissions check. |
BP_REST_Document_Details_Endpoint::get_item_schema() |
Get the document details schema, conforming to JSON Schema. |
bp_rest_document_details_schema |
Filters the document details schema. |