File: bp-core/classes/class-bp-rest-components-endpoint.php
Description
BP_REST_Components_Endpoint::register_routes()

Register the component routes.

Source: bp-core/classes/class-bp-rest-components-endpoint.php:33

BP_REST_Components_Endpoint::component_exists()

Does the component exist?

Source: bp-core/classes/class-bp-rest-components-endpoint.php:454

BP_REST_Components_Endpoint::get_items()

Retrieve components.

Source: bp-core/classes/class-bp-rest-components-endpoint.php:86

BP_REST_Components_Endpoint::get_item_schema()

Get the components schema, conforming to JSON Schema.

Source: bp-core/classes/class-bp-rest-components-endpoint.php:464

bp_rest_components_get_items_query_args

Filter the query arguments for the request.

Source: bp-core/classes/class-bp-rest-components-endpoint.php:101

bp_rest_components_schema

Filters the components schema.

Source: bp-core/classes/class-bp-rest-components-endpoint.php:499

bp_rest_components_get_items

Fires after a list of components is fetched via the REST API.

Source: bp-core/classes/class-bp-rest-components-endpoint.php:159

BP_REST_Components_Endpoint::get_collection_params()

Get the query params for collections.

Source: bp-core/classes/class-bp-rest-components-endpoint.php:508

BP_REST_Components_Endpoint::get_items_permissions_check()

Check if a given request has access to list components.

Source: bp-core/classes/class-bp-rest-components-endpoint.php:172

bp_rest_components_collection_params

Filters the collection query params.

Source: bp-core/classes/class-bp-rest-components-endpoint.php:535