File: bp-forums/classes/class-bp-rest-forums-endpoint.php
Description
BP_REST_Forums_Endpoint

Forums endpoints.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:16

BP_REST_Forums_Endpoint::prepare_item_for_response()

Prepares component data for return as an object.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:514

BP_REST_Forums_Endpoint::__construct()

Constructor.

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

BP_REST_Forums_Endpoint::get_item_schema()

Get the forums schema, conforming to JSON Schema.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:633

BP_REST_Forums_Endpoint::register_routes()

Register the component routes.

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

BP_REST_Forums_Endpoint::get_items()

Retrieve Forums.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:117

bp_rest_forums_get_items_query_args

Filter the query arguments for the request.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:177

bp_rest_forums_get_items

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

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:226

BP_REST_Forums_Endpoint::get_items_permissions_check()

Check if a given request has access to list forums.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:239

bp_rest_forums_get_items_permissions_check

Filter the forums `get_items` permissions check.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:260