You are here

function addressfield_format_address_ch_postal_code_process in Address Field 7

1 string reference to 'addressfield_format_address_ch_postal_code_process'
addressfield_format_address_ch_generate in example/plugins/format/address-ch-example.inc

File

example/plugins/format/address-ch-example.inc, line 35

Code

function addressfield_format_address_ch_postal_code_process($element) {
  $element['#limit_validation_errors'] = array(
    $element['#parents'],
  );
  return $element;
}