LocationType.php
This api exposes CiviCRM LocationType records.
Table of Contents
Functions
- civicrm_api3_location_type_create() : array<string|int, mixed>
- Add a LocationType.
- _civicrm_api3_location_type_create_spec() : mixed
- Adjust Metadata for Create action.
- civicrm_api3_location_type_delete() : array<string|int, mixed>
- Deletes an existing LocationType.
- civicrm_api3_location_type_get() : array<string|int, mixed>
- Retrieve one or more LocationTypes.
Functions
civicrm_api3_location_type_create()
Add a LocationType.
civicrm_api3_location_type_create(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed>
Return values
array<string|int, mixed> —API result array.
_civicrm_api3_location_type_create_spec()
Adjust Metadata for Create action.
_civicrm_api3_location_type_create_spec(array<string|int, mixed> &$params) : mixed
The metadata is used for setting defaults, documentation & validation.
Parameters
- $params : array<string|int, mixed>
-
Array of parameters determined by getfields.
civicrm_api3_location_type_delete()
Deletes an existing LocationType.
civicrm_api3_location_type_delete(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed>
Return values
array<string|int, mixed> —API result array.
civicrm_api3_location_type_get()
Retrieve one or more LocationTypes.
civicrm_api3_location_type_get(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed>
-
An associative array of name/value pairs.
Return values
array<string|int, mixed> —API result array.