CRM_Shimmy_ShimmyHookObject
extends AutoService
in package
implements
HookInterface
In this example, we use a non-static hook function.
Tags
Table of Contents
Interfaces
- HookInterface
- Interface HookInterface
Methods
- hook_civicrm_shimmyFooBar() : void
- on_hook_civicrm_shimmyFooBar() : void
Methods
hook_civicrm_shimmyFooBar()
public
hook_civicrm_shimmyFooBar(array<string|int, mixed> &$data, string $name) : void
Parameters
- $data : array<string|int, mixed>
- $name : string
on_hook_civicrm_shimmyFooBar()
public
on_hook_civicrm_shimmyFooBar(GenericHookEvent $e) : void
Parameters
- $e : GenericHookEvent