JLanguage::getErrorFiles: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
Get a list of language files that are in error state. | Get a list of language files that are in error state. | ||
<source lang="php"> | <source lang="php"> | ||
public | public function getErrorFiles () | ||
</source> | </source> | ||
* '''Returns''' array | |||
array | * '''Defined''' on line 882 of libraries/joomla/language/language.php | ||
* '''Since''' {{JVer|11.1 }} | |||
libraries/joomla/language/language.php | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JLanguage::getErrorFiles source code''' on [[jplatform:language/language.php#cl-874|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JLanguage|JLanguage]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Language|Language]] | |||
* | * [[API17:JLanguage::getErrorFiles|Other versions of JLanguage::getErrorFiles]] | ||
* [[JLanguage::getErrorFiles|Other versions of | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JLanguage::getErrorFiles | category=JLanguage::getErrorFiles | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 03:21, 25 March 2017
JLanguage::getErrorFiles
Description
Get a list of language files that are in error state.
public function getErrorFiles ()
See also
JLanguage::getErrorFiles source code on BitBucket
Class JLanguage
Subpackage Language- Other versions of JLanguage::getErrorFiles
User contributed notes
Code Examples