You are here

function token_custom_delete_page in Custom Tokens 5

1 string reference to 'token_custom_delete_page'
token_custom_menu in ./token_custom.module
Implementation of hook_menu().

File

./token_custom.module, line 299

Code

function token_custom_delete_page($tkid) {
  return drupal_get_form('token_custom_delete_form', $tkid);
}