You are here

function deploy_auto_plan_entity_update 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_update()

Implements hook_entity_update().

File

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

Code

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