Documentation

StatusPreference.php

This api exposes CiviCRM Status Preferences.

Table of Contents

Functions

civicrm_api3_status_preference_create()  : array<string|int, mixed>
Save a Status Preference.
civicrm_api3_status_preference_get()  : array<string|int, mixed>
Get an Acl.
civicrm_api3_status_preference_delete()  : array<string|int, mixed>
Delete an Acl.
_civicrm_api3_status_preference_create_spec()  : mixed
Adjust Metadata for Create action.

Functions

civicrm_api3_status_preference_create()

Save a Status Preference.

civicrm_api3_status_preference_create(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
$params : array<string|int, mixed>
Return values
array<string|int, mixed>

civicrm_api3_status_preference_get()

Get an Acl.

civicrm_api3_status_preference_get(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
$params : array<string|int, mixed>
Return values
array<string|int, mixed>

Array of retrieved Acl property values.

civicrm_api3_status_preference_delete()

Delete an Acl.

civicrm_api3_status_preference_delete(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
$params : array<string|int, mixed>
Return values
array<string|int, mixed>

Array of deleted values.

_civicrm_api3_status_preference_create_spec()

Adjust Metadata for Create action.

_civicrm_api3_status_preference_create_spec(array<string|int, mixed> &$params) : mixed
Parameters
$params : array<string|int, mixed>

Array of parameters determined by getfields.


        
On this page

Search results