function quickupdate_quickupdate_search_projects in Quick update 7
Same name and namespace in other branches
- 8 quickupdate.module \quickupdate_quickupdate_search_projects()
Implements hook_quickupdate_search_projects().
File
- ./
quickupdate.module, line 34 - Primarily Drupal hooks and global API functions.
Code
function quickupdate_quickupdate_search_projects() {
return array(
'modules' => quickupdate_most_installed_modules(),
'themes' => quickupdate_most_installed_themes(),
);
}