You are here

protected function FeedsPlugin::__construct in Feeds 8.2

Constructor.

Initialize class variables.

Overrides FeedsConfigurable::__construct

File

lib/Drupal/feeds/Plugin/FeedsPlugin.php, line 31
Definition of FeedsPlugin class.

Class

FeedsPlugin
Implement source interface for all plugins.

Namespace

Drupal\feeds\Plugin

Code

protected function __construct($id) {
  parent::__construct($id);
  $this->source_config = $this
    ->sourceDefaults();
}