class AggregatorParser

Defines a Plugin annotation object for aggregator parser plugins.

Hierarchy

Expanded class hierarchy of AggregatorParser

2 files declare their use of AggregatorParser
2 classes are annotated with AggregatorParser

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Annotation/AggregatorParser.php, line 17
Contains \Drupal\aggregator\Annotation\AggregatorParser.

Namespace

Drupal\aggregator\Annotation
View source

Members

Namesort descending Modifiers Type Description Overrides
AggregatorParser::$description public property The description of the plugin.
AggregatorParser::$id public property The plugin ID.
AggregatorParser::$title public property The title of the plugin.
Plugin::$definition protected property The plugin definiton read from the class annotation.
Plugin::get public function Implements Drupal\Core\Annotation\AnnotationInterface::get(). Overrides AnnotationInterface::get
Plugin::parse protected function Parses an annotation into its definition.
Plugin::__construct public function Constructs a Plugin object.