public function EasyRdf_Format::getDefaultExtension

Get the default registered file extension (filename suffix) for a format object

Return value

string The default extension as a string.

File

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

Class

EasyRdf_Format
Class the represents an RDF file format.

Code

public function getDefaultExtension() {
  return $this->extensions[0];
}