protected function MigrateExecutable::getSource in Migrate Tools 8.5
Same name and namespace in other branches
- 8.4 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::getSource()
Returns the source.
Makes sure source is initialized based on migration settings.
Return value
\Drupal\migrate\Plugin\MigrateSourceInterface The source.
Overrides MigrateExecutable::getSource
File
- src/
MigrateExecutable.php, line 384
Class
- MigrateExecutable
- Defines a migrate executable class for drush.
Namespace
Drupal\migrate_toolsCode
protected function getSource() {
return new SourceFilter(parent::getSource(), $this->idlist);
}