You are here

function rdf_test_namespaces_rdf_namespaces in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.module \rdf_test_namespaces_rdf_namespaces()

Implements hook_rdf_namespaces().

File

core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.module, line 11
Test the namespace registration functionality.

Code

function rdf_test_namespaces_rdf_namespaces() {
  return array(
    'foaf' => 'http://xmlns.com/foaf/0.1/',
    'foaf1' => 'http://xmlns.com/foaf/0.1/',
  );
}