'Mets à jours les abonnées à eaudanslaville', ); return $items; } /** * Callback for the drush-demo-command command */ function drush_edv_2018_refresh_abonnee() { include_once(drupal_get_path('module', 'edv_2018') . '/edv_2018.module'); echo __FUNCTION__ . "\n"; // return; //for import and taxonomy, user must be 1 if ($GLOBALS['user']->uid != 1 ) { throw new Exception("This command must be run on admin. use --user=1."); } $result = edv_2018_abonnement_refresh(); echo "result = $result\n"; }