function 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);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!rdf!rdf.module/function/rdf_preprocess_field__node__uid/8.1.x