function openlayers_cck_disable in Openlayers 6
Same name and namespace in other branches
- 6.2 modules/openlayers_cck/openlayers_cck.install \openlayers_cck_disable()
Implementation of hook_disable().
File
- modules/
openlayers_cck/ openlayers_cck.install, line 30 - 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');
}