You are here

public static function LibraryUpdater::canUpdate in Apps 7

File

./apps.updater.inc, line 28
Provides the LibraryUpdater class.

Class

LibraryUpdater
@file Provides the LibraryUpdater class.

Code

public static function canUpdate($project_name) {
  return is_dir(DRUPAL_ROOT . "/sites/all/libraries/{$project_name}");
}