You are here

function bootstrap_carousel_install in bootstrap_carousel 7

Implements hook_install().

File

./bootstrap_carousel.install, line 13
Install file for Bootstrap Carousel module.

Code

function bootstrap_carousel_install() {
  node_types_rebuild();
  _bootstrap_carousel_add_default_content_type_fields();
}