You are here

function token_insert_entity_deliver in Token Insert Entity 7

Simple delivery callback to return just HTML and javascript.

1 string reference to 'token_insert_entity_deliver'
token_insert_entity_menu in ./token_insert_entity.module
Implements hook_menu()

File

./token_insert_entity.module, line 50
Hook implementations for token_insert_entity module.

Code

function token_insert_entity_deliver($callback_result) {
  print json_encode($callback_result);
}