protected property TripalFieldDownloader::$fields

A list of field and instance items, indexed first by site_id with 'local' being the key for local fields and the numeric site_id for remote fields. The second-levle key is the bundle_name and the the field_id. Below the field_id are the keys 'field' or 'instance' where the value of each is the field or instance details respectively.

File

tripal/includes/TripalFieldDownloaders/TripalFieldDownloader.inc, line 109

Class

TripalFieldDownloader

Code

protected $fields = array();