You are here

function content_kanban_uninstall in Content Planner 8

Implements hook_uninstall().

File

modules/content_kanban/content_kanban.install, line 14
Contains install and uninstall functionality of the module.

Code

function content_kanban_uninstall() {
  \Drupal::configFactory()
    ->getEditable('image.style.content_kanban_user_thumb')
    ->delete();
}