You are here

function openlayers_cck_disable in Openlayers 6.2

Same name and namespace in other branches
  1. 6 modules/openlayers_cck/openlayers_cck.install \openlayers_cck_disable()

Implementation of hook_disable().

File

modules/openlayers_cck/openlayers_cck.install, line 23
This file holds the functions for the installing and enabling of the openlayers_cck module.

Code

function openlayers_cck_disable() {

  // Let content/cck know about our actions
  drupal_load('module', 'content');
  content_notify('disable', 'openlayers_cck');
}