protected property TripalFieldDownloader::$printable_fields
An array of printable fields. Because fields can come from multiple bundles and those bundles can be from multiple sites, it is possible that 1) two bundles use the same field and we want to conslidate to a single printable field; and 2) that a remote site may use the same term for a field as a bundle on the local site. The only way to sort out this mess is to use the term accession numbers. Therefore, the array contains a unique list of printable fields using their accession numbers as keys and a field label as the value.
File
- tripal/
includes/ TripalFieldDownloaders/ TripalFieldDownloader.inc, line 55
Class
Code
protected $printable_fields = array();