abstract protected function ParserBase::getErrors in Feeds extensible parsers 8
Returns the errors after parsing.
Return value
array A structured array array with keys:
- message: The error message.
- variables: The variables for the message.
- severity: The severity of the message.
See also
watchdog()
1 call to ParserBase::getErrors()
- ParserBase::parse in src/
Feeds/ Parser/ ParserBase.php - Parses content returned by fetcher.
4 methods override ParserBase::getErrors()
- JmesPathParser::getErrors in src/
Feeds/ Parser/ JmesPathParser.php - Returns the errors after parsing.
- JsonPathParser::getErrors in src/
Feeds/ Parser/ JsonPathParser.php - Returns the errors after parsing.
- TestUiParser::getErrors in tests/
modules/ feeds_ex_test/ src/ Feeds/ Parser/ TestUiParser.php - Returns the errors after parsing.
- XmlParser::getErrors in src/
Feeds/ Parser/ XmlParser.php - Returns the errors after parsing.
File
- src/
Feeds/ Parser/ ParserBase.php, line 136
Class
- ParserBase
- The Feeds extensible parser.
Namespace
Drupal\feeds_ex\Feeds\ParserCode
protected abstract function getErrors();