You are here

function pay_token_values in Pay 7

Same name and namespace in other branches
  1. 6 includes/pay.token.inc \pay_token_values()

Implementation of hook_token_values().

File

includes/pay.token.inc, line 44
Pay module tokens support.

Code

function pay_token_values($type = 'all', $object = NULL) {
}