You are here

function sms_entity_insert in SMS Framework 8

Same name and namespace in other branches
  1. 2.x sms.module \sms_entity_insert()
  2. 2.1.x sms.module \sms_entity_insert()

Implements hook_entity_insert().

File

./sms.module, line 28
Provides hooks for SMS Framework.

Code

function sms_entity_insert(EntityInterface $entity) {
  _sms_entity_postsave($entity);
}