You are here

protected property DefaultProcessor::$itemQuery in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php \Drupal\aggregator\Plugin\aggregator\processor\DefaultProcessor::itemQuery

The entity query object for feed items.

Type: \Drupal\Core\Entity\Query\QueryInterface

File

core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php, line 51
Contains \Drupal\aggregator\Plugin\aggregator\processor\DefaultProcessor.

Class

DefaultProcessor
Defines a default processor implementation.

Namespace

Drupal\aggregator\Plugin\aggregator\processor

Code

protected $itemQuery;