1.20.x system.updater.inc public static LayoutUpdater::canUpdate($project_name)

File

modules/system/system.updater.inc, line 219
Subclasses of the Updater class to update Backdrop core, modules, themes, and layouts.

Class

LayoutUpdater
Class for updating layouts using FileTransfer classes via authorize.php.

Code

public static function canUpdate($project_name) {
  return (bool) backdrop_get_path('layout', $project_name);
}