You are here

function rdfx_restws_format_info_alter in RDF Extensions 7.2

Implements hook_restws_format_info_alter().

File

./rdfx.module, line 350
Extends the RDF API of Drupal core to support more RDF seralizations formats other RDF capabilities.

Code

function rdfx_restws_format_info_alter(&$info) {
  $info = _rdfx_serialization_formats() + $info;
}