mixin/menu-xml - Convert live menu-items from `hook_xmlMenu` to `<mixin>`
[civicrm-core.git] / ext / flexmailer / flexmailer.civix.php
index 090e53d9d8f7aa0d6bb9cd4082fed484ebb2543e..5b8250325699fffe00b25250ff0fec7803daf878 100644 (file)
@@ -107,19 +107,6 @@ function _flexmailer_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 _flexmailer_civix_civicrm_xmlMenu(&$files) {
-  foreach (_flexmailer_civix_glob(__DIR__ . '/xml/Menu/*.xml') as $file) {
-    $files[] = $file;
-  }
-}
-
 /**
  * Implements hook_civicrm_install().
  *