You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
versusexample.hook_civicrm_example
?The text was updated successfully, but these errors were encountered: