contact_storage_export-8.x-1.x-dev/contact_storage_export.install

contact_storage_export.install
<?php

/**
 * @file
 * Contact Storage Export installation and updates.
 */

/**
 * Remove the empty malformed contact storage download config if it exists.
 */
function contact_storage_export_update_8001(&$sandbox) {
  $config = \Drupal::configFactory()->getEditable('contact_storage_export.ContactStorageDownload');
  if ($config) {
    $config->delete();
  }
}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc