1.20.x system.updater.inc public LayoutUpdater::isInstalled()

Checks if the project is installed.

Return value

bool:

Overrides BackdropUpdaterInterface::isInstalled

File

modules/system/system.updater.inc, line 211
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 function isInstalled() {
  return (bool) backdrop_get_path('layout', $this->name);
}