search_kit.php
Table of Contents
Functions
- search_kit_civicrm_config() : mixed
- Implements hook_civicrm_config().
- search_kit_civicrm_permission() : mixed
- Implements hook_civicrm_permission().
- search_kit_civicrm_angularModules() : mixed
- Implements hook_civicrm_angularModules().
- search_kit_civicrm_pre() : mixed
- Implements hook_civicrm_pre().
- search_kit_civicrm_post() : mixed
- Implements hook_civicrm_post().
- search_kit_civicrm_entityTypes() : void
- Implements hook_civicrm_entityTypes().
- _getSearchKitDisplayTableName() : string
- Returns a SQL-safe table name for a display (for use with displays of type "entity")
- _getSearchKitEntityDisplays() : array<string|int, mixed>
- Uncached function to fetch displays of type "entity" to be used by boot-level code
Functions
search_kit_civicrm_config()
Implements hook_civicrm_config().
search_kit_civicrm_config(mixed &$config) : mixed
Parameters
- $config : mixed
Tags
search_kit_civicrm_permission()
Implements hook_civicrm_permission().
search_kit_civicrm_permission(mixed &$permissions) : mixed
Define SearchKit permissions.
Parameters
- $permissions : mixed
search_kit_civicrm_angularModules()
Implements hook_civicrm_angularModules().
search_kit_civicrm_angularModules(mixed &$angularModules) : mixed
Generate a list of Angular modules.
Note: This hook only runs in CiviCRM 4.5+. It may use features only available in v4.6+.
Parameters
- $angularModules : mixed
Tags
search_kit_civicrm_pre()
Implements hook_civicrm_pre().
search_kit_civicrm_pre(mixed $op, mixed $entity, mixed $id, mixed &$params) : mixed
Parameters
- $op : mixed
- $entity : mixed
- $id : mixed
- $params : mixed
search_kit_civicrm_post()
Implements hook_civicrm_post().
search_kit_civicrm_post(mixed $op, mixed $entity, mixed $id, mixed $object) : mixed
Parameters
- $op : mixed
- $entity : mixed
- $id : mixed
- $object : mixed
search_kit_civicrm_entityTypes()
Implements hook_civicrm_entityTypes().
search_kit_civicrm_entityTypes(array<string|int, mixed> &$entityTypes) : void
Parameters
- $entityTypes : array<string|int, mixed>
_getSearchKitDisplayTableName()
Returns a SQL-safe table name for a display (for use with displays of type "entity")
_getSearchKitDisplayTableName(string $displayName) : string
Parameters
- $displayName : string
Return values
string_getSearchKitEntityDisplays()
Uncached function to fetch displays of type "entity" to be used by boot-level code
_getSearchKitEntityDisplays([mixed $name = NULL ]) : array<string|int, mixed>
Parameters
- $name : mixed = NULL