You are here

ytarget.install in Webform Yandex Goals 7.2

Same filename and directory in other branches
  1. 7 ytarget.install

File

ytarget.install
View source
<?php

/**
 * implements hook_uninstall()
 */
function ytarget_uninstall() {
  variable_del('ytarget_id');
}

Functions

Namesort descending Description
ytarget_uninstall implements hook_uninstall()