You are here

function social_content_translation_uninstall in Open Social 10.3.x

Implements hook_uninstall().

File

modules/custom/social_language/modules/social_content_translation/social_content_translation.install, line 22
Installation tasks for the Social Language Content Translation module.

Code

function social_content_translation_uninstall() {
  \Drupal::configFactory()
    ->getEditable('social_content_translation.settings')
    ->delete();
}