Skip to content

Instantly share code, notes, and snippets.

@ajsalminen
ajsalminen / menu_position_migrate.drush.inc
Created May 17, 2012 16:17
Drush command for converting rules from the Drupal Menu Trails module to Menu position module
<?php
/**
* Implementation of hook_drush_command()
*
* @return array
* Command definitions array.
*
*/
function menu_position_migrate_drush_command() {