| Versionen | |
|---|---|
| drupal7 | hook_field_storage_delete($obj_type, $object) |
Delete all field data for an object.
$obj_type The entity type of object, such as 'node' or 'user'.
$object The object on which to operate.
modules/
<?php
function hook_field_storage_delete($obj_type, $object) { }
?>
Kommentare
Kommentar hinzufügen