Logging.php
This api exposes functionality for interacting with the logging functionality.
Table of Contents
Functions
- civicrm_api3_logging_revert() : array<string|int, mixed>
- Revert a log change.
- _civicrm_api3_logging_revert_spec() : mixed
- Get a log change.
- civicrm_api3_logging_get() : array<string|int, mixed>
- Get a log change.
- _civicrm_api3_logging_get_spec() : mixed
- Get a log change.
Functions
civicrm_api3_logging_revert()
Revert a log change.
civicrm_api3_logging_revert(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —API Success Array
_civicrm_api3_logging_revert_spec()
Get a log change.
_civicrm_api3_logging_revert_spec(array<string|int, mixed> &$params) : mixed
Parameters
- $params : array<string|int, mixed>
Tags
civicrm_api3_logging_get()
Get a log change.
civicrm_api3_logging_get(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —API Success Array
_civicrm_api3_logging_get_spec()
Get a log change.
_civicrm_api3_logging_get_spec(array<string|int, mixed> &$params) : mixed
Parameters
- $params : array<string|int, mixed>