fuzionnz / contrib.showallthehooks

Module demonstrates CiviCRM hooks
Other
3 stars 4 forks source link

Show extension hooks #6

Open xurizaemon opened 7 years ago

xurizaemon commented 7 years ago

Currently we just use Reflection to inspect the core CRM_Utils_Hook, where all hooks live in CiviCRM. A good addition would be to expose extension hooks as well.

We may need to denote the two differently, eg civicrm.hook_civicrm_config versus example.hook_civicrm_example?