You are here

protected property DefaultFetcher::$messenger in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php \Drupal\aggregator\Plugin\aggregator\fetcher\DefaultFetcher::messenger

The messenger.

Type: \Drupal\Core\Messenger\MessengerInterface

File

core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php, line 51

Class

DefaultFetcher
Defines a default fetcher implementation.

Namespace

Drupal\aggregator\Plugin\aggregator\fetcher

Code

protected $messenger;