<?php /** * @file * Install, update, and uninstall functions for the fiu module. */ use Drupal\image\Entity\ImageStyle; /** * Implements hook_uninstall(). */ function fiu_uninstall() { ImageStyle::load('fine_image')->delete(); }
Главная | Обратная связь