Browse Source

Forgot doc comments.

7.x-2.x
Daniel Lamb 10 years ago
parent
commit
d5acbdb119
  1. 11
      islandora/include/rdf_mapping.inc

11
islandora/include/rdf_mapping.inc

@ -1,5 +1,16 @@
<?php
/**
* @file
* RDF mapping utility functions.
*/
/**
* Returns the default mapping for Islandora content types.
*
* @param string $bundle
* The bundle to associate with the RDF mapping.
*/
function islandora_get_default_rdf_mapping($bundle) {
return array(
array(

Loading…
Cancel
Save