abstract protected function FeedsExBase::executeContext in Feeds extensible parsers 7
Same name and namespace in other branches
- 7.2 src/FeedsExBase.inc \FeedsExBase::executeContext()
Returns rows to be parsed.
Parameters
FeedsSource $source: Source information.
FeedsFetcherResult $fetcher_result: The result returned by the fetcher.
Return value
array|Traversable Some iterable that returns rows.
1 call to FeedsExBase::executeContext()
- FeedsExBase::parseItems in src/
FeedsExBase.inc - Performs the actual parsing.
4 methods override FeedsExBase::executeContext()
- FeedsExJmesPath::executeContext in src/
FeedsExJmesPath.inc - Returns rows to be parsed.
- FeedsExJsonPath::executeContext in src/
FeedsExJsonPath.inc - Returns rows to be parsed.
- FeedsExTestUi::executeContext in tests/
FeedsExTestUi.inc - Returns rows to be parsed.
- FeedsExXml::executeContext in src/
FeedsExXml.inc - Returns rows to be parsed.
File
- src/
FeedsExBase.inc, line 45 - Contains FeedsExBase.
Class
- FeedsExBase
- The Feeds extensible parser.
Code
protected abstract function executeContext(FeedsSource $source, FeedsFetcherResult $fetcher_result);