public function FetcherManager::__construct

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/FetcherManager.php, line 19
Definition of Drupal\aggregator\Plugin\FetcherManager.

Class

FetcherManager
Manages aggregator fetcher plugins.

Namespace

Drupal\aggregator\Plugin

Code

public function __construct() {
  $this->discovery = new AnnotatedClassDiscovery('aggregator', 'fetcher');
  $this->factory = new DefaultFactory($this->discovery);
}