public static function EasyRdf_Format::getFormats

Get a list of all the registered formats

Return value

array An array of format objects

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php, line 75

Class

EasyRdf_Format
Class the represents an RDF file format.

Code

public static function getFormats() {
  return self::$formats;
}