You are here

function lingotek_entity_insert in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 8 lingotek.module \lingotek_entity_insert()
  2. 8.2 lingotek.module \lingotek_entity_insert()
  3. 7.7 lingotek.module \lingotek_entity_insert()
  4. 7.5 lingotek.module \lingotek_entity_insert()
  5. 4.0.x lingotek.module \lingotek_entity_insert()
  6. 3.0.x lingotek.module \lingotek_entity_insert()
  7. 3.1.x lingotek.module \lingotek_entity_insert()
  8. 3.2.x lingotek.module \lingotek_entity_insert()
  9. 3.3.x lingotek.module \lingotek_entity_insert()
  10. 3.4.x lingotek.module \lingotek_entity_insert()
  11. 3.5.x lingotek.module \lingotek_entity_insert()
  12. 3.6.x lingotek.module \lingotek_entity_insert()
  13. 3.7.x lingotek.module \lingotek_entity_insert()
  14. 3.8.x lingotek.module \lingotek_entity_insert()

Implements hook_entity_insert().

File

./lingotek.module, line 1493

Code

function lingotek_entity_insert($entity, $type) {
  lingotek_entity_update($entity, $type);
}