SystemLog.php
This api exposes CiviCRM SystemLog.
Table of Contents
Functions
- civicrm_api3_system_log_delete() : array<string|int, mixed>
- Delete system log record.
- civicrm_api3_system_log_create() : array<string|int, mixed>
- Create system log record.
- _civicrm_api3_system_log_create_spec() : mixed
- Adjust system log create metadata.
- civicrm_api3_system_log_get() : array<string|int, mixed>
- Get system log record.
Functions
civicrm_api3_system_log_delete()
Delete system log record.
civicrm_api3_system_log_delete(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed>
Return values
array<string|int, mixed>civicrm_api3_system_log_create()
Create system log record.
civicrm_api3_system_log_create(array<string|int, mixed> $params) : array<string|int, mixed>
It's arguable whether this function should exist as it fits our crud pattern and adding it meets our SyntaxConformance test requirements but it just wraps system.log which is more consistent with the PSR3 implemented.
Parameters
- $params : array<string|int, mixed>
Return values
array<string|int, mixed>_civicrm_api3_system_log_create_spec()
Adjust system log create metadata.
_civicrm_api3_system_log_create_spec(array<string|int, mixed> &$params) : mixed
Parameters
- $params : array<string|int, mixed>
civicrm_api3_system_log_get()
Get system log record.
civicrm_api3_system_log_get(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed>