Skip to content

Notes about Migrate and Feeds modules

Migrate 

Feeds

  • currently function getMappingSources is missing from CsvParser.php and needs urgent work for feeds to work
/**
   * {@inheritdoc}
   */
  public function getMappingSources() {
    return [];
  }