function bamboo_twig_install in Bamboo Twig 8.2
Same name and namespace in other branches
- 8.5 bamboo_twig.install \bamboo_twig_install()
- 8 bamboo_twig.install \bamboo_twig_install()
- 8.3 bamboo_twig.install \bamboo_twig_install()
- 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() {
drupal_set_message(t("Bamboo Twig is installed and ready for action."));
}