function opigno_forum_install in Opigno forum 3.x
Same name and namespace in other branches
- 8 opigno_forum.install \opigno_forum_install()
Implements hook_install().
File
- ./
opigno_forum.install, line 15 - Install, update and uninstall functions for the Opigno Forum module.
Code
function opigno_forum_install() {
\Drupal::service('module_installer')
->install([
'gnode',
]);
}