<?php /** * @file * Contains install and update functions for Hyphenator. */ /** * Implements hook_uninstall(). */ function hyphenator_uninstall() { // Delete created variables. \Drupal::state()->delete('hyphenator_exceptions'); }
Главная | Обратная связь