You are here

function hosting_platform_delete_action in Hosting 7.3

Same name and namespace in other branches
  1. 7.4 platform/hosting_platform.module \hosting_platform_delete_action()

Callback for platform delete action.

@see: hosting_task_action_info().

File

platform/hosting_platform.module, line 234
Platform node type definition.

Code

function hosting_platform_delete_action($node) {
  hosting_add_task($node->nid, 'delete');
}