protected static function XmlParserTrait::getXmlErrors in Feeds 8.3
Returns the errors reported during parsing.
Return value
array An array of errors keyed by error level.
See also
File
- src/
Component/ XmlParserTrait.php, line 106
Class
- XmlParserTrait
- Helper methods for dealing with XML documents.
Namespace
Drupal\feeds\ComponentCode
protected static function getXmlErrors() {
return static::$_errors;
}