Exception.php
Table of Contents
Functions
- civicrm_api3_exception_get() : array<string|int, mixed>
- Get a Dedupe Exception.
- civicrm_api3_exception_create() : array<string|int, mixed>
- Create or update an dedupe exception.
- civicrm_api3_exception_delete() : array<string|int, mixed>
- Delete an existing Exception.
Functions
civicrm_api3_exception_get()
Get a Dedupe Exception.
civicrm_api3_exception_get(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed>
-
Array per getfields metadata.
Return values
array<string|int, mixed> —Array of all found dedupe exception object property values.
civicrm_api3_exception_create()
Create or update an dedupe exception.
civicrm_api3_exception_create(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed>
-
Array per getfields metadata.
Return values
array<string|int, mixed> —api result array
civicrm_api3_exception_delete()
Delete an existing Exception.
civicrm_api3_exception_delete(array<string|int, mixed> $params) : array<string|int, mixed>
This method is used to delete any existing Exception given its id.
Parameters
- $params : array<string|int, mixed>
-
[id]
Return values
array<string|int, mixed> —api result array