rdf_preprocess_field__node__uid

rdf_preprocess_field__node__uid(&$variables)

Implements hook_preprocess_HOOK() for UID field templates.

File

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

Code

function rdf_preprocess_field__node__uid(&$variables) {
  _rdf_set_field_rel_attribute($variables);
}
doc_Drupal
2016-10-29 09:36:33
Comments
Leave a Comment

Please login to continue.