function rdf_preprocess_field__node__uid in Drupal 9
Same name and namespace in other branches
- 8 core/modules/rdf/rdf.module \rdf_preprocess_field__node__uid()
Implements hook_preprocess_HOOK() for UID field templates.
File
- core/
modules/ rdf/ rdf.module, line 282 - 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);
}