function restful_token_auth_install in RESTful 7
Same name and namespace in other branches
- 7.2 modules/restful_token_auth/restful_token_auth.install \restful_token_auth_install()
Implements hook_install().
File
- modules/
restful_token_auth/ restful_token_auth.install, line 87 - Install, update, and uninstall functions for the RESTful token authentication module.
Code
function restful_token_auth_install() {
restful_token_auth_create_field_refresh_token();
}