Skip to content

Instantly share code, notes, and snippets.

View threeiem's full-sized avatar
🐧
teh lunix

Phil Cogbill threeiem

🐧
teh lunix
View GitHub Profile
@threeiem
threeiem / multsite_paths.drush.inc
Last active August 29, 2015 14:25
Get all the multisite paths from Drush.
<?php
/**
* Get Local Paths.
*
* Returns an array of full paths to the local Drupal sites.
*
* @return array Array of full paths for local sites or an empty array.
*/
function _multisite_get_path(){