<?php /** * Implements hook_uninstall(). */ function unlock_uninstall($is_syncing) { Drupal::state()->delete('unlock_config_urls'); }
Главная | Обратная связь