You are here

yandex_services_auth.install in Yandex Services Authorization API 8

Same filename and directory in other branches
  1. 6 yandex_services_auth.install
  2. 7 yandex_services_auth.install

Install and uninstall functions for the Yandex Services Authorization API module.

File

yandex_services_auth.install
View 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

Namesort descending Description
yandex_services_auth_uninstall Implements hook_uninstall.