function DrupalUpdaterInterface::isInstalled

Checks if the project is installed.

Return value

bool

2 methods override DrupalUpdaterInterface::isInstalled()
ModuleUpdater::isInstalled in modules/system/system.updater.inc
Checks if the project is installed.
ThemeUpdater::isInstalled in modules/system/system.updater.inc
Checks if the project is installed.

File

includes/updater.inc, line 28

Class

DrupalUpdaterInterface
Interface for a class which can update a Drupal project.

Code

public function isInstalled();

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