You are here

function deploy_managed_ui_entity_insert in Deploy - Content Staging 7.3

Same name and namespace in other branches
  1. 7.2 modules/deploy_managed_ui/deploy_managed_ui.module \deploy_managed_ui_entity_insert()

Implements hook_entity_insert().

File

modules/deploy_managed_ui/deploy_managed_ui.module, line 121
Deploy Managed UI module functions.

Code

function deploy_managed_ui_entity_insert($entity, $type) {
  _deploy_managed_ui_entity_save($entity, $type);
}