You are here

function bamboo_twig_install in Bamboo Twig 8.5

Same name and namespace in other branches
  1. 8 bamboo_twig.install \bamboo_twig_install()
  2. 8.2 bamboo_twig.install \bamboo_twig_install()
  3. 8.3 bamboo_twig.install \bamboo_twig_install()
  4. 8.4 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'));
}