You are here

function recipe_rdf_namespaces in Recipe 7.2

Same name and namespace in other branches
  1. 7 recipe.module \recipe_rdf_namespaces()

Implements hook_rdf_namespaces().

File

./recipe.module, line 1356
Contains functions for Recipe node CRUD and display.

Code

function recipe_rdf_namespaces() {
  return array(
    'schema' => 'http://schema.org/',
  );
}