API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JInstallerPlugin::refreshManifestCache|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerPlugin::refreshManifestCache|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:44, 24 March 2017

Joomla 11.1 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 Joomla 11.1

See also

{{subst:SeeAlso:JInstallerPlugin::refreshManifestCache}}

User contributed notes

<CodeExamplesForm />