You are here

public function TestParser::parse in Drupal 8

Same name and namespace in other branches
  1. 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\parser

Code

public function parse(FeedInterface $feed) {
  return parent::parse($feed);
}