Now that token in is D7 core, whats the replacement for token_get_list($type). How can I find list of token's associated with a type (or thats not the right understanding)
Previously I would do token_get_list('node') to get node tokens. I couldn find it in token.inc, Also if anyone knows any link for changes in token usage starting from D7.
I did find token_scan($text) but I think it just find list of tokens in a text.