civigrant.php
Table of Contents
Functions
- civigrant_civicrm_config() : mixed
- Implements hook_civicrm_config().
- civigrant_civicrm_links() : mixed
- Implements hook_civicrm_links().
- civigrant_civicrm_summaryActions() : mixed
- Implements hook_civicrm_summaryActions().
- civigrant_civicrm_permission() : mixed
- Implements hook_civicrm_permission().
- civigrant_civicrm_alterAPIPermissions() : mixed
- Implements hook_civicrm_alterAPIPermissions().
- civigrant_civicrm_queryObjects() : mixed
- Implements hook_civicrm_queryObjects().
Functions
civigrant_civicrm_config()
Implements hook_civicrm_config().
civigrant_civicrm_config(mixed &$config) : mixed
Parameters
- $config : mixed
Tags
civigrant_civicrm_links()
Implements hook_civicrm_links().
civigrant_civicrm_links(mixed $context, mixed $name, mixed $id, mixed &$links) : mixed
Add shortcut link to create new grant.
Parameters
- $context : mixed
- $name : mixed
- $id : mixed
- $links : mixed
civigrant_civicrm_summaryActions()
Implements hook_civicrm_summaryActions().
civigrant_civicrm_summaryActions(mixed &$menu, mixed $cid) : mixed
Add contact summary link to create new grant.
Parameters
- $menu : mixed
- $cid : mixed
civigrant_civicrm_permission()
Implements hook_civicrm_permission().
civigrant_civicrm_permission(mixed &$permissions) : mixed
Define CiviGrant permissions.
Parameters
- $permissions : mixed
civigrant_civicrm_alterAPIPermissions()
Implements hook_civicrm_alterAPIPermissions().
civigrant_civicrm_alterAPIPermissions(mixed $entity, mixed $action, mixed &$params, mixed &$permissions) : mixed
Set CiviGrant permissions for APIv3.
Parameters
- $entity : mixed
- $action : mixed
- $params : mixed
- $permissions : mixed
civigrant_civicrm_queryObjects()
Implements hook_civicrm_queryObjects().
civigrant_civicrm_queryObjects(mixed &$queryObjects, mixed $type) : mixed
Adds query object for legacy screens like advanced search, search builder, etc.
Parameters
- $queryObjects : mixed
- $type : mixed