function ModuleUpdater::canUpdate

File

modules/system/system.updater.inc, line 47

Class

ModuleUpdater
Class for updating modules using FileTransfer classes via authorize.php.

Code

public static function canUpdate($project_name) {
    return (bool) drupal_get_path('module', $project_name);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.