You are here

function bamboo_twig_install in Bamboo Twig 8

Same name and namespace in other branches
  1. 8.5 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() {
  drupal_set_message(t("Bamboo Twig is installed and ready for action."));
}