File: bp-core/classes/class-bp-rest-components-endpoint.php |
Description |
---|---|
BP_REST_Components_Endpoint::get_component_info() |
Get component info helper. |
BP_REST_Components_Endpoint::register_routes() |
Register the component routes. |
BP_REST_Components_Endpoint::component_exists() |
Does the component exist? |
BP_REST_Components_Endpoint::get_items() |
Retrieve components. |
BP_REST_Components_Endpoint::get_item_schema() |
Get the components schema, conforming to JSON Schema. |
bp_rest_components_get_items_query_args |
Filter the query arguments for the request. |
bp_rest_components_schema |
Filters the components schema. |
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. |