public function MigrationDefinitionCreator::setMapping in GatherContent 8.5
Set the mapping object.
File
- src/
MigrationDefinitionCreator.php, line 140
Class
- MigrationDefinitionCreator
- Create dynamic migration definitions.
Namespace
Drupal\gathercontentCode
public function setMapping(MappingInterface $mapping) {
$this->mapping = $mapping;
return $this;
}