You are here

function deploy_auto_plan_entity_insert in Deploy - Content Staging 7.2

Same name and namespace in other branches
  1. 7.3 modules/deploy_auto_plan/deploy_auto_plan.module \deploy_auto_plan_entity_insert()

Implements hook_entity_insert().

File

modules/deploy_auto_plan/deploy_auto_plan.module, line 87
Deploy Auto Plan module functions.

Code

function deploy_auto_plan_entity_insert($entity, $type) {
  _deploy_auto_plan_entity_save($entity, $type);
}