ContactSummaryActionsPlacement
extends AutoSubscriber
in package
Runtime code for placing Afforms in the Contact Summary Actions menu
Table of Contents
Methods
- getSubscribedEvents() : array<string|int, mixed>
- onSummaryActions() : mixed
- Implements hook_civicrm_summaryActions().
Methods
getSubscribedEvents()
public
static getSubscribedEvents() : array<string|int, mixed>
Return values
array<string|int, mixed>onSummaryActions()
Implements hook_civicrm_summaryActions().
public
static onSummaryActions(GenericHookEvent $e) : mixed
Adds afforms to the contact summary actions menu.
Parameters
- $e : GenericHookEvent