You are here

function openlayers_cck_install in Openlayers 6.2

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

Implementation of hook_install().

File

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

Code

function openlayers_cck_install() {

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