public function EasyRdf_Format::getExtensions

Get all the registered file extensions (filename suffix) for a format object

Return value

array One or more extensions as an array

File

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

Class

EasyRdf_Format
Class the represents an RDF file format.

Code

public function getExtensions() {
  return $this->extensions;
}