You are here

function rdf_modules_uninstalled in Drupal 7

Implements hook_modules_uninstalled().

File

modules/rdf/rdf.module, line 369
Enables semantically enriched output for Drupal sites in the form of RDFa.

Code

function rdf_modules_uninstalled($modules) {

  // @todo Remove RDF mappings of uninstalled modules.
}