You are here

function feeds_tamper_cast_to_int_callback in Feeds Tamper 7

1 string reference to 'feeds_tamper_cast_to_int_callback'
cast_to_int.inc in plugins/cast_to_int.inc

File

plugins/cast_to_int.inc, line 24

Code

function feeds_tamper_cast_to_int_callback($result, $item_key, $element_key, &$field, $settings) {
  $field = (int) $field;
}