mdrop_suite-1.0.0-alpha1/modules/mdrop_suite_landing/modules/mdrop_suite_landing_content_editor/mdrop_suite_landing_content_editor.install
modules/mdrop_suite_landing/modules/mdrop_suite_landing_content_editor/mdrop_suite_landing_content_editor.install
<?php
/**
* @file
* Mdrop Suite - Landing content Editor install module file.
*/
/**
* Implements hook_uninstall().
*/
function mdrop_suite_landing_content_editor_uninstall() {
\Drupal::configFactory()->getEditable('system.action.user_add_role_action.mdrop_suite_landing_content_editor')->delete();
\Drupal::configFactory()->getEditable('system.action.user_remove_role_action.mdrop_suite_landing_content_editor')->delete();
\Drupal::configFactory()->getEditable('user.role.mdrop_suite_landing_content_editor')->delete();
}
