function ThemeUpdater::canUpdate

File

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

Class

ThemeUpdater
Class for updating themes using FileTransfer classes via authorize.php.

Code

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

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