You are here

function api_tokens_filter_tokens in API Tokens 7

Filter process callback for the API Tokens input filter.

1 string reference to 'api_tokens_filter_tokens'
api_tokens_filter_info in ./api_tokens.module
Implements hook_filter_info().

File

./api_tokens.module, line 231
The API Tokens module

Code

function api_tokens_filter_tokens($text, $filter, $format, $langcode, $cache, $cache_id) {
  return api_tokens_render($text);
}