function rdf_preprocess_field__node__uid

Same name and namespace in other branches
  1. 8.9.x 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 303

Code

function rdf_preprocess_field__node__uid(&$variables) {
    _rdf_set_field_rel_attribute($variables);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.