API17

JInstallerPlugin::refreshManifestCache: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
Refreshes the extension table cache.  
Refreshes the extension table cache.  


{{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}}
 
<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 />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JInstallerPlugin::refreshManifestCache
category=JInstallerPlugin::refreshManifestCache
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:19, 25 March 2017

Joomla 11.1 JInstallerPlugin::refreshManifestCache

Description

Refreshes the extension table cache.


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


User contributed notes

Code Examples