You are here

protected property FeedsDataHandler::$joined_tables in Feeds 6

File

includes/FeedsDataHandler.inc, line 29
Data handler used in FeedsDataProcessor.

Class

FeedsDataHandler
Simple multidimensional data handler. Treats tables that join to this handler's table through FeedsDatahandler::key as a cluster. Records in this cluster are regarded as belonging to one multidimensional data set joined by FeedsDatahandler::key.

Code

protected $joined_tables;