API17

JInstallerPlugin::refreshManifestCache: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Refreshes the extension table cache.  
Refreshes the extension table cache.  


{{subst:Description:JInstallerPlugin::refreshManifestCache}}
 


<source lang="php">
<source lang="php">
Line 17: 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]]
{{subst:SeeAlso:JInstallerPlugin::refreshManifestCache}}
 


===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