You are here

function content_calendar_uninstall in Content Planner 8

Implements hook_uninstall().

File

modules/content_calendar/content_calendar.install, line 11
Contains install and uninstall functionality of the module.

Code

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