File: bp-groups/classes/class-bp-rest-groups-endpoint.php
Description
BP_REST_Groups_Endpoint::bp_rest_user_can_join()

Check the group join with members type.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:1611

bp_rest_groups_prepare_value

Filter a group value returned from the API.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:866

BP_REST_Groups_Endpoint::bp_rest_get_sub_groups()

Get sub groups id.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:1702

BP_REST_Groups_Endpoint::prepare_item_for_database()

Prepare a group for create or update.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:877

BP_REST_Groups_Endpoint::bp_get_group_member_section_title()

Return the group member section header while in the groups members loop.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:1762

bp_rest_groups_get_item_permissions_check

Filter the groups `get_item` permissions check.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:333

BP_REST_Groups_Endpoint::create_item()

Create a group.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:359

bp_rest_groups_create_item

Fires after a group is created via the REST API.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:414

BP_REST_Groups_Endpoint::create_item_permissions_check()

Checks if a given request has access to create a group.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:427

bp_rest_groups_get_items

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

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:206