function ThemeUpdater::isInstalled

Overrides DrupalUpdaterInterface::isInstalled

1 call to ThemeUpdater::isInstalled()
ThemeUpdater::getInstallDirectory in modules/system/system.updater.inc
Return the directory where a theme should be installed.

File

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

Class

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

Code

public function isInstalled() {
    return (bool) drupal_get_filename('theme', $this->name, NULL, FALSE);
}

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