function bamboo_twig_install in Bamboo Twig 8.4
Same name and namespace in other branches
- 8.5 bamboo_twig.install \bamboo_twig_install()
- 8 bamboo_twig.install \bamboo_twig_install()
- 8.2 bamboo_twig.install \bamboo_twig_install()
- 8.3 bamboo_twig.install \bamboo_twig_install()
Implements hook_install().
File
- ./
bamboo_twig.install, line 11 - Contains bamboo_twig.install.
Code
function bamboo_twig_install() {
$messenger = \Drupal::messenger();
$messenger
->addMessage(t('Bamboo Twig is installed and ready for action'));
}