Feed Import 3 - developers

You are browsing documentation for an older version of Drupal, which is not supported any longer, and the information may not be correct. See current documentation for Contributed modules

This page contains documentation for developers.

Feed Import Processor Diagram

Following images shows how main parts of processor are working.

FeedImportProcessor::process()


:process()

FeedImportProcessor::createEntity()


:createEntity()

FeedImportProcessor::saveEntities()


:saveEntities()

Feed Import 3 - Create a reader

A reader is a class that fetches content from a resource (xml, csv, sql, ...). A basic reader should extend FeedImportReader class,

Guide maintainers

Sorin Sarca's picture