farm-2.x-dev/modules/core/l10n/farm_l10n.install

modules/core/l10n/farm_l10n.install
<?php

/**
 * @file
 * Install, update and uninstall functions for the farm_l10n module.
 */

/**
 * Implements hook_install().
 */
function farm_l10n_install() {

  // Configure the enabled language detection methods.
  \Drupal::configFactory()->getEditable('language.types')->set('negotiation.language_interface.enabled', [
    'language-user' => 0,
    'language-selected' => 50,
  ])->save();

  // Configure automatic monthly language updates.
  \Drupal::configFactory()->getEditable('locale.settings')->set('translation.update_interval_days', 30)->save();
}

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

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