File: bp-core/classes/class-bp-rest-components-endpoint.php |
Description |
---|---|
bp_rest_components_get_items |
Fires after a list of components is fetched via the REST API. |
BP_REST_Components_Endpoint::get_collection_params() |
Get the query params for collections. |
BP_REST_Components_Endpoint::get_items_permissions_check() |
Check if a given request has access to list components. |
bp_rest_components_collection_params |
Filters the collection query params. |
bp_rest_components_get_items_permissions_check |
Filter the components `get_items` permissions check. |
BP_REST_Components_Endpoint::update_item() |
Activate/Deactivate a component. |
bp_rest_components_update_item |
Fires after a component is updated via the REST API. |
BP_REST_Components_Endpoint::update_item_permissions_check() |
Check if a given request has access to update a component. |
bp_rest_components_update_item_permissions_check |
Filter the components `update_item` permissions check. |
BP_REST_Components_Endpoint::prepare_item_for_response() |
Prepares component data for return as an object. |