system_sort_modules_by_info_name

Versions
5 – 7
system_sort_modules_by_info_name($a, $b)

Code

modules/system/system.module, line 1373

<?php
function system_sort_modules_by_info_name($a, $b) {
  return strcasecmp($a->info['name'], $b->info['name']);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.