You are here

function quickupdate_quickupdate_search_projects in Quick update 8

Same name and namespace in other branches
  1. 7 quickupdate.module \quickupdate_quickupdate_search_projects()

Implements hook_quickupdate_search_projects().

File

./quickupdate.module, line 36
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(),
  );
}