function bootstrap_carousel_uninstall in bootstrap_carousel 7
Implements hook_uninstall().
File
- ./
bootstrap_carousel.install, line 21 - Install file for Bootstrap Carousel module.
Code
function bootstrap_carousel_uninstall() {
_bootstrap_carousel_delete_nodes();
_bootstrap_carousel_delete_default_content_type_fields();
_bootstrap_carousel_delete_content_type();
variable_del('bootstrap_carousel_youtube_player_api');
cache_clear_all();
}