public function EasyRdf_Format::getMimeTypes

Get all the registered mime types for a format object

Return value

array One or more MIME types in an array with the mime type as the key and q value as the value

File

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

Class

EasyRdf_Format
Class the represents an RDF file format.

Code

public function getMimeTypes() {
  return $this->mimeTypes;
}