mdrop_suite-1.0.0-alpha1/modules/mdrop_suite_media/modules/mdrop_suite_media_remote_video/mdrop_suite_media_remote_video.install
modules/mdrop_suite_media/modules/mdrop_suite_media_remote_video/mdrop_suite_media_remote_video.install
<?php
/**
* @file
* Mdrop Suite - Media remote video install module file.
*/
/**
* Implements hook_uninstall().
*/
function mdrop_suite_media_remote_video_uninstall() {
\Drupal::service('mdrop_suite_media.helper')->uninstallMediaBundle('mdrop_suite_remote_video');
}
