mixin/menu-xml - Convert live menu-items from `hook_xmlMenu` to `<mixin>`
[civicrm-core.git] / ext / legacycustomsearches / legacycustomsearches.civix.php
index fc36a28ca90bfc574d90d853bf9deb687e614863..0f3227e2f9e6f2cb78e8e86ea344d32606244a24 100644 (file)
@@ -107,19 +107,6 @@ function _legacycustomsearches_civix_civicrm_config(&$config = NULL) {
   set_include_path($include_path);
 }
 
-/**
- * (Delegated) Implements hook_civicrm_xmlMenu().
- *
- * @param $files array(string)
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_xmlMenu
- */
-function _legacycustomsearches_civix_civicrm_xmlMenu(&$files) {
-  foreach (_legacycustomsearches_civix_glob(__DIR__ . '/xml/Menu/*.xml') as $file) {
-    $files[] = $file;
-  }
-}
-
 /**
  * Implements hook_civicrm_install().
  *