API17

API17:JInstallerLanguage::uninstall

From Joomla! Documentation

Revision as of 03:18, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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