rdf.module
Version 1.9 (checked in on 2009/11/26 at 05:54:48 by webchick)
Enables semantically enriched output for Drupal sites.
Constants
| Name | Description |
|---|---|
| RDF_DEFAULT_BUNDLE | RDF bundle flag: Default bundle. |
Functions
| Name | Description |
|---|---|
| rdf_entity_info_alter | Implements hook_entity_info_alter(). |
| rdf_entity_load | Implements hook_entity_load(). |
| rdf_mapping_delete | Deletes the mapping for the given pair of type and bundle from the database. |
| rdf_mapping_load | Returns the mapping for attributes of a given type/bundle pair. |
| rdf_mapping_save | Saves an RDF mapping to the database. |
| rdf_modules_installed | Implements hook_modules_installed(). |
| rdf_modules_uninstalled | Implements hook_modules_uninstalled(). |
| rdf_preprocess_comment | Implements MODULE_preprocess_HOOK(). |
| rdf_preprocess_field | Implements MODULE_preprocess_HOOK(). |
| rdf_preprocess_field_formatter_taxonomy_term_link | Implements MODULE_preprocess_HOOK(). |
| rdf_preprocess_node | Implements MODULE_preprocess_HOOK(). |
| rdf_preprocess_username | Implements MODULE_preprocess_HOOK(). |
| rdf_preprocess_user_profile | Implements MODULE_preprocess_HOOK(). |
| rdf_process | Template process function for adding extra tags to hold RDFa attributes. |
| rdf_rdfa_attributes | Builds an array of RDFa attributes for a given mapping. |
| rdf_theme | Implements hook_theme(). |
| theme_rdf_metadata | Outputs a series of empty spans for exporting RDF metadata in RDFa. |
| theme_rdf_template_variable_wrapper | Wraps a template variable in an HTML element with the desired attributes. |
| _rdf_get_default_mapping | Returns the default RDF mapping for a given entity type. |
| _rdf_mapping_load | Helper function to retrieve a RDF mapping from the database. |
