Skip to content

Commit

Permalink
Remove functions broken by civix upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Jan 30, 2023
1 parent 606679e commit 49804ee
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions Civixero.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,40 +27,13 @@ function civixero_civicrm_install() {
_civixero_civix_civicrm_install();
}

/**
* Implementation of hook_civicrm_uninstall
*/
function civixero_civicrm_uninstall() {
_civixero_civix_civicrm_uninstall();
}

/**
* Implementation of hook_civicrm_enable
*/
function civixero_civicrm_enable() {
_civixero_civix_civicrm_enable();
}

/**
* Implementation of hook_civicrm_disable
*/
function civixero_civicrm_disable() {
return _civixero_civix_civicrm_disable();
}

/**
* Implementation of hook_civicrm_upgrade
*
* @param $op string, the type of operation being performed; 'check' or 'enqueue'
* @param $queue CRM_Queue_Queue|null, (for 'enqueue') the modifiable list of pending up upgrade tasks
*
* @return mixed based on op. for 'check', returns array(boolean) (TRUE if upgrades are pending)
* for 'enqueue', returns void
*/
function civixero_civicrm_upgrade($op, ?CRM_Queue_Queue $queue = NULL) {
return _civixero_civix_civicrm_upgrade($op, $queue);
}

/**
* Is a given extension installed.
*
Expand Down

0 comments on commit 49804ee

Please sign in to comment.