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