function hook_services_token_access_truncate in Services Token Access 7
Invoked when all tokens on the site are removed.
1 invocation of hook_services_token_access_truncate()
- services_token_access_remove_all in ./
services_token_access.module - Removes all tokens from the database.
File
- ./
services_token_access.api.php, line 21 - Hooks documentation for the services_token_access module.
Code
function hook_services_token_access_truncate() {
dpm('all tokens have been removed');
}