function colorbox_install in Colorbox 8
Implements hook_install().
File
- ./
colorbox.install, line 11 - Install, update and uninstall functions for the colorbox module.
Code
function colorbox_install() {
\Drupal::messenger()
->addMessage(t('Thanks for installing Colorbox'));
}