protected function ParserBase::cleanUp in Feeds extensible parsers 8
Allows subclasses to cleanup after parsing.
Parameters
\Drupal\feeds\FeedInterface $feed: The feed we are parsing for.
\Drupal\feeds\Result\ParserResultInterface $parser_result: The result of parsing.
\Drupal\feeds\StateInterface $state: The state object.
1 call to ParserBase::cleanUp()
- ParserBase::parse in src/
Feeds/ Parser/ ParserBase.php - Parses content returned by fetcher.
3 methods override ParserBase::cleanUp()
- JmesPathParser::cleanUp in src/
Feeds/ Parser/ JmesPathParser.php - Allows subclasses to cleanup after parsing.
- JsonPathParser::cleanUp in src/
Feeds/ Parser/ JsonPathParser.php - Allows subclasses to cleanup after parsing.
- XmlParser::cleanUp in src/
Feeds/ Parser/ XmlParser.php - Allows subclasses to cleanup after parsing.
File
- src/
Feeds/ Parser/ ParserBase.php, line 161
Class
- ParserBase
- The Feeds extensible parser.
Namespace
Drupal\feeds_ex\Feeds\ParserCode
protected function cleanUp(FeedInterface $feed, ParserResultInterface $parser_result, StateInterface $state) {
}