API17

Difference between revisions of "JInstallerComponent::discover"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
 
Discover unregistered extensions.  
 
Discover unregistered extensions.  
  
{{Description:JInstallerComponent::discover}}
+
{{subst:Description:JInstallerComponent::discover}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JInstallerComponent::discover|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function discover ()
 
public function discover ()
Line 19: Line 17:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
 
* [[API17:JInstallerComponent::discover|Other versions of JInstallerComponent::discover]]
 
* [[API17:JInstallerComponent::discover|Other versions of JInstallerComponent::discover]]
{{SeeAlso:JInstallerComponent::discover}}
+
{{subst:SeeAlso:JInstallerComponent::discover}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerComponent::discover|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 10:42, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JInstallerComponent::discover[edit]

Description[edit]

Discover unregistered extensions.

{{subst:Description:JInstallerComponent::discover}}

public function discover ()
  • Returns array A list of extensions.
  • Defined on line 1408 of libraries/joomla/installer/adapters/component.php
  • Since Joomla 11.1

See also[edit]

{{subst:SeeAlso:JInstallerComponent::discover}}

User contributed notes[edit]

<CodeExamplesForm />