API17

API17:JInstallerLanguage::uninstall

From Joomla! Documentation

Joomla 11.1 JInstallerLanguage::uninstall

Description

Custom uninstall method.


public function uninstall (
        $eid
)
Parameter Type Default Description
$eid string $tag The tag of the language to uninstall
int $clientIdTheidoftheclient(unused)
  • Returns mixed Return value for uninstall method in component uninstall file
  • Defined on line 409 of libraries/joomla/installer/adapters/language.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples