protected function ParserBase::stopErrorHandling in Feeds extensible parsers 8
Stops internal error handling.
Subclasses can override this to end error handling.
2 calls to ParserBase::stopErrorHandling()
- ParserBase::parse in src/
Feeds/ Parser/ ParserBase.php - Parses content returned by fetcher.
- XmlParser::stopErrorHandling in src/
Feeds/ Parser/ XmlParser.php - Stops internal error handling.
1 method overrides ParserBase::stopErrorHandling()
- XmlParser::stopErrorHandling in src/
Feeds/ Parser/ XmlParser.php - Stops internal error handling.
File
- src/
Feeds/ Parser/ ParserBase.php, line 177
Class
- ParserBase
- The Feeds extensible parser.
Namespace
Drupal\feeds_ex\Feeds\ParserCode
protected function stopErrorHandling() {
}