function field_test_field_delete
Implements hook_field_delete().
File
-
modules/
field/ tests/ field_test.field.inc, line 99
Code
function field_test_field_delete($entity_type, $entity, $field, $instance, $items) {
$args = func_get_args();
field_test_memorize(__FUNCTION__, $args);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.