JInstallerPlugin::refreshManifestCache: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Refreshes the extension table cache. | Refreshes the extension table cache. | ||
{{Description:JInstallerPlugin::refreshManifestCache}} | {{subst:Description:JInstallerPlugin::refreshManifestCache}} | ||
<source lang="php"> | <source lang="php"> | ||
public function refreshManifestCache () | public function refreshManifestCache () | ||
| Line 19: | Line 17: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]] | ||
* [[API17:JInstallerPlugin::refreshManifestCache|Other versions of JInstallerPlugin::refreshManifestCache]] | * [[API17:JInstallerPlugin::refreshManifestCache|Other versions of JInstallerPlugin::refreshManifestCache]] | ||
{{SeeAlso:JInstallerPlugin::refreshManifestCache}} | {{subst:SeeAlso:JInstallerPlugin::refreshManifestCache}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:44, 24 March 2017
JInstallerPlugin::refreshManifestCache
Description
Refreshes the extension table cache.
{{subst:Description:JInstallerPlugin::refreshManifestCache}}
public function refreshManifestCache ()
- Returns boolean result of operation, true if updated, false on failure
- Defined on line 721 of libraries/joomla/installer/adapters/plugin.php
- Since

See also
JInstallerPlugin::refreshManifestCache source code on BitBucket
Class JInstallerPlugin
Subpackage Installer- Other versions of JInstallerPlugin::refreshManifestCache
{{subst:SeeAlso:JInstallerPlugin::refreshManifestCache}}
User contributed notes
<CodeExamplesForm />