Back to Installer class

Method isPackageUninstall

public bool
isPackageUninstall
()
Get whether this installer is uninstalling extensions which are part of a package
Returns
  • bool
Since
  • 3.7.0
Class: Installer
Project: Joomla

Method isPackageUninstall - Source code

/**
 * Get whether this installer is uninstalling extensions which are part of a package
 *
 * @return  boolean
 *
 * @since   3.7.0
 */
public function isPackageUninstall()
{
    return $this->packageUninstall;
}