rdf.module

Enables semantically enriched output for Drupal sites in the form of RDFa.

File

drupal/core/modules/rdf/rdf.module
View source

Functions

Namesort descending Description
rdf_comment_load Implements hook_comment_load().
rdf_entity_info_alter Implements hook_entity_info_alter().
rdf_entity_load Implements hook_entity_load().
rdf_field_attach_view_alter Implements hook_field_attach_view_alter().
rdf_get_namespaces Retrieves RDF namespaces.
rdf_help Implements hook_help().
rdf_mapping_delete Deletes the mapping for the given bundle from the database.
rdf_mapping_load Returns the mapping for attributes of a given entity 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 hook_preprocess_HOOK() for comment.tpl.php.
rdf_preprocess_field Implements hook_preprocess_HOOK() for field.tpl.php.
rdf_preprocess_html Implements hook_preprocess_HOOK() for html.tpl.php.
rdf_preprocess_image Implements hook_preprocess_HOOK() for theme_image().
rdf_preprocess_node Implements hook_preprocess_HOOK() for node.tpl.php.
rdf_preprocess_taxonomy_term Implements hook_preprocess_HOOK() for taxonomy-term.tpl.php.
rdf_preprocess_username Implements hook_preprocess_HOOK() for theme_username().
rdf_preprocess_user_profile Implements hook_preprocess_HOOK() for user-profile.tpl.php.
rdf_process Implements MODULE_process().
rdf_rdfa_attributes Builds an array of RDFa attributes for a given mapping.
rdf_rdf_namespaces Implements hook_rdf_namespaces().
rdf_theme Implements hook_theme().
theme_rdf_metadata Returns HTML for a series of empty spans for exporting RDF metadata in RDFa.
theme_rdf_template_variable_wrapper Returns HTML for a template variable wrapped in an HTML element with the RDF attributes.
_rdf_get_default_mapping Gets the default RDF mapping for a given entity type.
_rdf_mapping_load Retrieves an RDF mapping from the database.
_rdf_mapping_load_multiple Helper function to retrieve a set of RDF mappings from the database.

Constants

Namesort descending Description
RDF_DEFAULT_BUNDLE RDF bundle flag: Default bundle.