function sms_entity_update in SMS Framework 8
Same name and namespace in other branches
- 2.x sms.module \sms_entity_update()
- 2.1.x sms.module \sms_entity_update()
Implements hook_entity_update().
File
- ./
sms.module, line 35 - Provides hooks for SMS Framework.
Code
function sms_entity_update(EntityInterface $entity) {
_sms_entity_postsave($entity);
}