function EmptySource::__construct
Same name in this branch
- main core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php \Drupal\migrate_drupal\Plugin\migrate\source\EmptySource::__construct()
Same name and namespace in other branches
- 10 core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php \Drupal\migrate_drupal\Plugin\migrate\source\EmptySource::__construct()
- 11.x core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php \Drupal\migrate_drupal\Plugin\migrate\source\EmptySource::__construct()
- 9 core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php \Drupal\migrate_drupal\Plugin\migrate\source\EmptySource::__construct()
- 8.9.x core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php \Drupal\migrate_drupal\Plugin\migrate\source\EmptySource::__construct()
- 11.x core/modules/migrate/tests/modules/migrate_multiple_provider_test/src/Plugin/migrate/source/EmptySource.php \Drupal\migrate_multiple_provider_test\Plugin\migrate\source\EmptySource::__construct()
Overrides SourcePluginBase::__construct
File
-
core/
modules/ migrate/ tests/ modules/ migrate_multiple_provider_test/ src/ Plugin/ migrate/ source/ EmptySource.php, line 35
Class
- EmptySource
- Source for testing multiple providers.
Namespace
Drupal\migrate_multiple_provider_test\Plugin\migrate\sourceCode
public function __construct(array $configuration, $plugin_id, $plugin_definition, MigrationInterface $migration, EntityTypeManagerInterface $entity_type_manager) {
parent::__construct($configuration, $plugin_id, $plugin_definition, $migration);
$this->entityTypeManager = $entity_type_manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.