File: bp-groups/classes/class-bp-rest-groups-types-endpoint.php
Description
BP_REST_Groups_Types_Endpoint::get_collection_params()

Get the query params for the Groups types.

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

bp_rest_groups_types_collection_params

Filters the collection query params.

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

BP_REST_Groups_Types_Endpoint::bp_rest_group_type_post_by_type()

Get group type post by Group type slug.

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

BP_REST_Groups_Types_Endpoint

Groups Type endpoints.

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

BP_REST_Groups_Types_Endpoint::__construct()

Constructor.

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

BP_REST_Groups_Types_Endpoint::register_routes()

Register the component routes.

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

BP_REST_Groups_Types_Endpoint::get_items()

Retrieve Groups Types.

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

bp_rest_groups_types_get_items

Fires after a list of types are fetched via the REST API.

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

BP_REST_Groups_Types_Endpoint::get_items_permissions_check()

Check if a given request has access to Groups Types.

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

bp_rest_groups_types_get_items_permissions_check

Filter the Groups types `get_items` permissions check.

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