Back to Language class

Method getErrorFiles

public array
getErrorFiles
()
Get a list of language files that are in error state.
Returns
  • array
Since
  • 1.7.0
Class: Language
Project: Joomla

Method getErrorFiles - Source code

/**
 * Get a list of language files that are in error state.
 *
 * @return  array
 *
 * @since   1.7.0
 */
public function getErrorFiles()
{
    return $this->errorfiles;
}