You are here

function yandex_metrics_install in Yandex.Metrics 6

Implementation of hook_install().

File

./yandex_metrics.install, line 10
Install, uninstall and update the module.

Code

function yandex_metrics_install() {
  drupal_install_schema('yandex_metrics');
}