<?php /** * @file * Install and Update hooks for widen_media module. */ /** * Implements hook_uninstall(). */ function widen_media_uninstall($is_syncing) { \Drupal::state()->delete('widencollective_auth'); }
Главная | Обратная связь