hook_field_storage_write

  1. drupal
    1. drupal7
Versionen
drupal7 hook_field_storage_write($obj_type, $object, $op, $skip_fields)

Write field data for an object.

Übergabeparameter

$obj_type The entity type of object, such as 'node' or 'user'.

$object The object on which to operate.

$op FIELD_STORAGE_UPDATE when updating an existing object, FIELD_STORAGE_INSERT when inserting a new object.

$skip_fields An array keyed by names of fields whose data has already been written and therefore should not be written again. The values associated to these keys are not specified.

Verwandte Themen

Code

modules/field/field.api.php, line 709

<?php
function hook_field_storage_write($obj_type, $object, $op, $skip_fields) { }
?>

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