You are here

device_geolocation.install in Smart IP 8.3

Contains install and update functions for Device Geolocation.

File

modules/device_geolocation/device_geolocation.install
View source
<?php

/**
 * @file
 * Contains install and update functions for Device Geolocation.
 */

/**
 * Update block visibility context mapping.
 */
function device_geolocation_update_8001() {
  drupal_flush_all_caches();
}

Functions

Namesort descending Description
device_geolocation_update_8001 Update block visibility context mapping.