function TestParser::parse
Same name in other branches
- 9 core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/parser/TestParser.php \Drupal\aggregator_test\Plugin\aggregator\parser\TestParser::parse()
Implements \Drupal\aggregator\Plugin\ParserInterface::parse().
@todo Actually test this.
Overrides DefaultParser::parse
File
-
core/
modules/ aggregator/ tests/ modules/ aggregator_test/ src/ Plugin/ aggregator/ parser/ TestParser.php, line 27
Class
- TestParser
- Defines a Test parser implementation.
Namespace
Drupal\aggregator_test\Plugin\aggregator\parserCode
public function parse(FeedInterface $feed) {
return parent::parse($feed);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.