function opigno_calendar_event_install in Opigno calendar event 8
Same name and namespace in other branches
- 3.x opigno_calendar_event.install \opigno_calendar_event_install()
Implements hook_install().
File
- ./
opigno_calendar_event.install, line 15 - Install, update and uninstall functions for the Opigno Calendar Event module.
Code
function opigno_calendar_event_install() {
opigno_calendar_event_set_permissions();
}