bamboo_twig.install in Bamboo Twig 8.5
Same filename and directory in other branches
Contains bamboo_twig.install.
File
bamboo_twig.installView source
<?php
/**
* @file
* Contains bamboo_twig.install.
*/
/**
* Implements hook_install().
*/
function bamboo_twig_install() {
$messenger = \Drupal::messenger();
$messenger
->addMessage(t('Bamboo Twig is installed and ready for action'));
}
Functions
Name | Description |
---|---|
bamboo_twig_install | Implements hook_install(). |