function token_custom_create_page in Custom Tokens 5
1 string reference to 'token_custom_create_page'
- token_custom_menu in ./
token_custom.module - Implementation of hook_menu().
File
- ./
token_custom.module, line 164
Code
function token_custom_create_page() {
return drupal_get_form('token_custom_edit_form');
}