You are here

public function LibraryUpdater::isInstalled in Apps 7

Checks if the project is installed.

Return value

bool

Overrides DrupalUpdaterInterface::isInstalled

File

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

Class

LibraryUpdater
@file Provides the LibraryUpdater class.

Code

public function isInstalled() {
  return is_dir(DRUPAL_ROOT . "/sites/all/libraries/{$this->name}");
}