Run Civix upgrade to Civix version 23.02.1

This commit is contained in:
Jens Schuppe 2024-03-25 15:01:36 +01:00
parent 69843bc981
commit 322c2d0dd3
8 changed files with 64 additions and 671 deletions

View file

@ -30,24 +30,6 @@ function twingle_civicrm_install() {
_twingle_civix_civicrm_install();
}
/**
* Implements hook_civicrm_postInstall().
*
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_postInstall
*/
function twingle_civicrm_postInstall() {
_twingle_civix_civicrm_postInstall();
}
/**
* Implements hook_civicrm_uninstall().
*
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_uninstall
*/
function twingle_civicrm_uninstall() {
_twingle_civix_civicrm_uninstall();
}
/**
* Implements hook_civicrm_enable().
*
@ -57,24 +39,6 @@ function twingle_civicrm_enable() {
_twingle_civix_civicrm_enable();
}
/**
* Implements hook_civicrm_disable().
*
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_disable
*/
function twingle_civicrm_disable() {
_twingle_civix_civicrm_disable();
}
/**
* Implements hook_civicrm_upgrade().
*
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_upgrade
*/
function twingle_civicrm_upgrade($op, CRM_Queue_Queue $queue = NULL) {
return _twingle_civix_civicrm_upgrade($op, $queue);
}
/**
* Implements hook_civicrm_permission().
*
@ -137,12 +101,3 @@ function twingle_civicrm_navigationMenu(&$menu) {
));
_twingle_civix_navigationMenu($menu);
} // */
/**
* Implements hook_civicrm_entityTypes().
*
* @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_entityTypes
*/
function twingle_civicrm_entityTypes(&$entityTypes) {
_twingle_civix_civicrm_entityTypes($entityTypes);
}