rdf_conflicting_namespaces.module
Same filename in other branches
Test the namespace registration functionality.
File
-
core/
modules/ rdf/ tests/ rdf_conflicting_namespaces/ rdf_conflicting_namespaces.module
View source
<?php
/**
* @file
* Test the namespace registration functionality.
*/
/**
* Implements hook_rdf_namespaces().
*/
function rdf_conflicting_namespaces_rdf_namespaces() {
return [
'dc' => 'http://purl.org/conflicting/namespace',
];
}
Functions
Title | Deprecated | Summary |
---|---|---|
rdf_conflicting_namespaces_rdf_namespaces | Implements hook_rdf_namespaces(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.