Documentation

Entity.php

Table of Contents

Functions

_civicrm_api3_entity_deprecation()  : array<string|int, mixed>
Get list of deprecated entities.
civicrm_api3_entity_create()  : array<string|int, mixed>
Placeholder function.
civicrm_api3_entity_delete()  : array<string|int, mixed>
Placeholder function.
civicrm_api3_entity_getfields()  : array<string|int, mixed>
Placeholder function.

Functions

_civicrm_api3_entity_deprecation()

Get list of deprecated entities.

_civicrm_api3_entity_deprecation(array<string|int, mixed> $entities) : array<string|int, mixed>

This is called by the api wrapper when returning the result of api.Entity.get.

Parameters
$entities : array<string|int, mixed>
Return values
array<string|int, mixed>

Array of deprecated api entities

civicrm_api3_entity_create()

Placeholder function.

civicrm_api3_entity_create(array<string|int, mixed> $params) : array<string|int, mixed>

This should never be called, as it doesn't have any meaning.

Parameters
$params : array<string|int, mixed>
Return values
array<string|int, mixed>

civicrm_api3_entity_delete()

Placeholder function.

civicrm_api3_entity_delete(array<string|int, mixed> $params) : array<string|int, mixed>

This should never be called, as it doesn't have any meaning.

Parameters
$params : array<string|int, mixed>
Return values
array<string|int, mixed>

civicrm_api3_entity_getfields()

Placeholder function.

civicrm_api3_entity_getfields(array<string|int, mixed> $params) : array<string|int, mixed>

This should never be called, as it doesn't have any meaning.

Parameters
$params : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results