function openlayers_install in Openlayers 6.2
Same name and namespace in other branches
- 6 openlayers.install \openlayers_install()
Implementation of hook_install().
File
- ./
openlayers.install, line 14 - This file holds the functions for the installing and enabling of the openlayers module.
Code
function openlayers_install() {
// Create tables
drupal_install_schema('openlayers');
}