public static function EasyRdf_Format::getNames

Get a list of format names

Return value

array An array of formats name

File

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

Class

EasyRdf_Format
Class the represents an RDF file format.

Code

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