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

Activate component helper.

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

BP_REST_Components_Endpoint::__construct()

Constructor.

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

BP_REST_Components_Endpoint::get_component_info()

Get component info helper.

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

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