function bigint_field_presave in Big Integer 7
Implements hook_field_presave().
File
- ./
bigint.module, line 127 - Defines numeric field types.
Code
function bigint_field_presave($entity_type, $entity, $field, $instance, $langcode, &$items) {
}
Implements hook_field_presave().
function bigint_field_presave($entity_type, $entity, $field, $instance, $langcode, &$items) {
}