Setting
class Setting extends AbstractEntity
CiviCRM settings api.
Used to read/write persistent setting data from CiviCRM.
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
get()
No description
static
set()
No description
static
revert()
No description
Details
in AbstractEntity at line 66
static GetActions
getActions()
at line 61
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.