yandex_services_auth.install in Yandex Services Authorization API 8
Same filename and directory in other branches
Install and uninstall functions for the Yandex Services Authorization API module.
File
yandex_services_auth.installView source
<?php
/**
* @file
* Install and uninstall functions for the Yandex Services Authorization API module.
*/
/**
* Implements hook_uninstall.
*/
function yandex_services_auth_uninstall() {
variable_del('yandex_services_auth_client_id');
variable_del('yandex_services_auth_client_secret');
variable_del('yandex_services_auth_token');
}
Functions
Name | Description |
---|---|
yandex_services_auth_uninstall | Implements hook_uninstall. |