function party_hat_field_presave in Party 8.2
Same name and namespace in other branches
- 7 modules/party_hat/party_hat.module \party_hat_field_presave()
Implements hook_field_presave().
File
- modules/
party_hat/ party_hat.module, line 625 - party_hat.module Provides an extensible access system for parties.
Code
function party_hat_field_presave($entity_type, $entity, $field, $instance, $langcode, &$items) {
}