mdrop_suite-1.0.0-alpha1/modules/mdrop_suite_format/mdrop_suite_format.install
modules/mdrop_suite_format/mdrop_suite_format.install
<?php
/**
* @file
* Mdrop Suite - Format install module file.
*/
/**
* Implements hook_uninstall().
*/
function mdrop_suite_format_uninstall() {
\Drupal::configFactory()->getEditable('editor.editor.mdrop_suite_basic_html')->delete();
\Drupal::configFactory()->getEditable('filter.format.mdrop_suite_basic_html')->delete();
}
