File: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php |
Description |
---|---|
bp_rest_xprofile_data_get_item |
Fires before a XProfile data is retrieved via the REST API. |
BP_REST_XProfile_Data_Endpoint::get_xprofile_field_object() |
Get XProfile field object. |
BP_REST_XProfile_Data_Endpoint::get_item_permissions_check() |
Check if a given request has access to get users’s data. |
BP_REST_XProfile_Data_Endpoint::get_xprofile_field_data_object() |
Get XProfile field data object. |
bp_rest_xprofile_data_get_item_permissions_check |
Filter the XProfile data `get_item` permissions check. |
BP_REST_XProfile_Data_Endpoint::can_see() |
Can this user see the XProfile data? |
BP_REST_XProfile_Data_Endpoint::update_item() |
Save XProfile data. |
BP_REST_XProfile_Data_Endpoint::get_item_schema() |
Get the XProfile data schema, conforming to JSON Schema. |
bp_rest_xprofile_mutiple |
For field types not supporting multiple values, join values in case the submitted value was not an array. |
bp_rest_xprofile_data_schema |
Filters the xprofile data schema. |