public function TripalEntityCollection::getFormatters

3.x TripalEntityCollection.inc public TripalEntityCollection::getFormatters()

Retrieves the list of appropriate download formatters for the basket.

Return value

An associative array where the key is the TripalFieldDownloader class name and the value is the human-readable lable for the formatter.

File

tripal/includes/TripalEntityCollection.inc, line 305

Class

TripalEntityCollection

Code

public function getFormatters() {
  return $this->formatters;
}