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

1
2
3
function rdf_preprocess_field__node__uid(&$variables) {
  _rdf_set_field_rel_attribute($variables);
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.