System
class System extends AbstractEntity
A collection of system maintenance/diagnostic utilities.
Methods
static
getFields()
Should return \Civi\Api4\Generic\BasicGetFieldsAction
static array
permissions()
Returns a list of permissions needed to access the various actions in this api.
from AbstractEntity
static AbstractAction
__callStatic(string $action, null $args)
Magic method to return the action object for an api.
from AbstractEntity
static
flush()
No description
static
check()
No description
Details
in AbstractEntity at line 66
static GetActions
getActions()
at line 57
static
getFields()
Should return \Civi\Api4\Generic\BasicGetFieldsAction
in AbstractEntity at line 84
static array
permissions()
Returns a list of permissions needed to access the various actions in this api.
in AbstractEntity at line 99
static protected string
getEntityName()
Get entity name from called class
in AbstractEntity at line 111
static AbstractAction
__callStatic(string $action, null $args)
Magic method to return the action object for an api.