Merge pull request #23875 from alexymik/patch-3
[civicrm-core.git] / ext / legacycustomsearches / legacycustomsearches.php
index 1f61ff622450171cb6c57c2352126372b485230c..2213da60d38bdf0a04adbc7a4c07458ea6b4c1af 100644 (file)
@@ -14,15 +14,6 @@ function legacycustomsearches_civicrm_config(&$config) {
   _legacycustomsearches_civix_civicrm_config($config);
 }
 
-/**
- * Implements hook_civicrm_xmlMenu().
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_xmlMenu
- */
-function legacycustomsearches_civicrm_xmlMenu(&$files) {
-  _legacycustomsearches_civix_civicrm_xmlMenu($files);
-}
-
 /**
  * Implements hook_civicrm_install().
  *
@@ -77,54 +68,6 @@ function legacycustomsearches_civicrm_upgrade($op, CRM_Queue_Queue $queue = NULL
   return _legacycustomsearches_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 legacycustomsearches_civicrm_managed(&$entities) {
-  _legacycustomsearches_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 legacycustomsearches_civicrm_caseTypes(&$caseTypes) {
-  _legacycustomsearches_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 legacycustomsearches_civicrm_angularModules(&$angularModules) {
-  _legacycustomsearches_civix_civicrm_angularModules($angularModules);
-}
-
-/**
- * Implements hook_civicrm_alterSettingsFolders().
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_alterSettingsFolders
- */
-function legacycustomsearches_civicrm_alterSettingsFolders(&$metaDataFolders = NULL) {
-  _legacycustomsearches_civix_civicrm_alterSettingsFolders($metaDataFolders);
-}
-
 /**
  * Implements hook_civicrm_entityTypes().
  *
@@ -136,13 +79,6 @@ function legacycustomsearches_civicrm_entityTypes(&$entityTypes) {
   _legacycustomsearches_civix_civicrm_entityTypes($entityTypes);
 }
 
-/**
- * Implements hook_civicrm_themes().
- */
-function legacycustomsearches_civicrm_themes(&$themes) {
-  _legacycustomsearches_civix_civicrm_themes($themes);
-}
-
 // --- Functions below this ship commented out. Uncomment as required. ---
 
 /**