You are here

function node_clone_node_type_delete in Node clone 8

Implementation of hook_node_type_delete().

File

./node_clone.module, line 53
Allow users to make a copy of an item of content (a node) and then edit that copy.

Code

function node_clone_node_type_delete($info) {

  // @FIXME
}