content_calendar.install in Content Planner 8
Contains install and uninstall functionality of the module.
File
modules/content_calendar/content_calendar.installView source
<?php
/**
 * @file
 * Contains install and uninstall functionality of the module.
 */
/**
 * Implements hook_uninstall().
 */
function content_calendar_uninstall() {
  \Drupal::configFactory()
    ->getEditable('image.style.content_calendar_user_thumb')
    ->delete();
}Functions
| Name   | Description | 
|---|---|
| content_calendar_uninstall | Implements hook_uninstall(). | 
