field_attach_preprocess

  1. drupal
    1. drupal7
Versionen
drupal7 field_attach_preprocess($obj_type, &$object)

To be called in entity preprocessor.

  • Adds $FIELD_NAME_rendered variables containing the themed output for the whole field.
  • Adds the formatted values in the 'view' key of the items.

This function is an autoloader for _field_attach_preprocess() in modules/field/field.attach.inc.

Verwandte Themen

Code

modules/field/field.autoload.inc, line 289

<?php
function field_attach_preprocess($obj_type, &$object) {
  require_once DRUPAL_ROOT . '/modules/field/field.attach.inc';
  return _field_attach_preprocess($obj_type, $object);
}
?>

Kommentare

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen