You are here

bamboo_twig.install in Bamboo Twig 8

File

bamboo_twig.install
View source
<?php

/**
 * @file
 * Contains bamboo_twig.install.
 */

/**
 * Implements hook_install().
 */
function bamboo_twig_install() {
  drupal_set_message(t("Bamboo Twig is installed and ready for action."));
}

Functions

Namesort descending Description
bamboo_twig_install Implements hook_install().