protected function TestUiParser::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.
Overrides ParserBase::getErrors
See also
watchdog()
File
- tests/
modules/ feeds_ex_test/ src/ Feeds/ Parser/ TestUiParser.php, line 43
Class
- TestUiParser
- A minimal implementation of a parser for UI testing.
Namespace
Drupal\feeds_ex_test\Feeds\ParserCode
protected function getErrors() {
return [];
}