Home > Developer Guide > Hooks > Extension Lifecycle Hooks
hook_civicrm_enable
Summary
This hook is called when an extension is re-enabled.
Notes
To be specific, this hook is called when an extension's status changes from disabled to enabled.
It is NOT called when the status changes from uninstalled to
enabled. Each module will receive hook_civicrm_enable
during its
own re-enablement (but not during the re-enablement of unrelated
modules).
For more background, see also API and the Art of Installation.
Parameters
- None
Returns
- Void