You are here

public function GoogleSheets::__construct in Migrate Google Sheets 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/migrate_plus/data_parser/GoogleSheets.php \Drupal\migrate_google_sheets\Plugin\migrate_plus\data_parser\GoogleSheets::__construct()

File

src/Plugin/migrate_plus/data_parser/GoogleSheets.php, line 28

Class

GoogleSheets
Obtain Google Sheet data for migration.

Namespace

Drupal\migrate_google_sheets\Plugin\migrate_plus\data_parser

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition) {
  parent::__construct($configuration, $plugin_id, $plugin_definition);
}