Merge pull request #24233 from demeritcowboy/zetapatookens
[civicrm-core.git] / ext / ewaysingle / ewaysingle.php
index d3f2932d6a0055830a04eb6bba385033db101782..9347754258e714a66d9846e667d16f6b05dfe596 100644 (file)
@@ -14,15 +14,6 @@ function ewaysingle_civicrm_config(&$config) {
   _ewaysingle_civix_civicrm_config($config);
 }
 
-/**
- * Implements hook_civicrm_xmlMenu().
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_xmlMenu
- */
-function ewaysingle_civicrm_xmlMenu(&$files) {
-  _ewaysingle_civix_civicrm_xmlMenu($files);
-}
-
 /**
  * Implements hook_civicrm_install().
  *
@@ -77,54 +68,6 @@ function ewaysingle_civicrm_upgrade($op, CRM_Queue_Queue $queue = NULL) {
   return _ewaysingle_civix_civicrm_upgrade($op, $queue);
 }
 
-/**
- * Implements hook_civicrm_managed().
- *
- * Generate a list of entities to create/deactivate/delete when this module
- * is installed, disabled, uninstalled.
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_managed
- */
-function ewaysingle_civicrm_managed(&$entities) {
-  _ewaysingle_civix_civicrm_managed($entities);
-}
-
-/**
- * Implements hook_civicrm_caseTypes().
- *
- * Generate a list of case-types.
- *
- * Note: This hook only runs in CiviCRM 4.4+.
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_caseTypes
- */
-function ewaysingle_civicrm_caseTypes(&$caseTypes) {
-  _ewaysingle_civix_civicrm_caseTypes($caseTypes);
-}
-
-/**
- * Implements hook_civicrm_angularModules().
- *
- * Generate a list of Angular modules.
- *
- * Note: This hook only runs in CiviCRM 4.5+. It may
- * use features only available in v4.6+.
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_angularModules
- */
-function ewaysingle_civicrm_angularModules(&$angularModules) {
-  _ewaysingle_civix_civicrm_angularModules($angularModules);
-}
-
-/**
- * Implements hook_civicrm_alterSettingsFolders().
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_alterSettingsFolders
- */
-function ewaysingle_civicrm_alterSettingsFolders(&$metaDataFolders = NULL) {
-  _ewaysingle_civix_civicrm_alterSettingsFolders($metaDataFolders);
-}
-
 /**
  * Implements hook_civicrm_entityTypes().
  *
@@ -136,13 +79,6 @@ function ewaysingle_civicrm_entityTypes(&$entityTypes) {
   _ewaysingle_civix_civicrm_entityTypes($entityTypes);
 }
 
-/**
- * Implements hook_civicrm_thems().
- */
-function ewaysingle_civicrm_themes(&$themes) {
-  _ewaysingle_civix_civicrm_themes($themes);
-}
-
 // --- Functions below this ship commented out. Uncomment as required. ---
 
 /**