sites_group_overrides-1.x-dev/sites_group_overrides.install

sites_group_overrides.install
<?php

declare(strict_types=1);

/**
 * @file
 * Install, update and uninstall functions for the Sites group overrides module.
 */

/**
 * Implements hook_update_N().
 *
 * Set new config: Show source fields on overrides forms.
 */
function sites_group_overrides_update_10000() {
  \Drupal::configFactory()->getEditable('sites_group_overrides.settings')
    ->set('hide_source_field_on_override', FALSE)
    ->set('disable_source_field_on_override', TRUE)
    ->save();
}

/**
 * Implements hook_update_N().
 *
 * Set new config: apply_to_non_overideable_entities.
 */
function sites_group_overrides_update_10001() {
  \Drupal::configFactory()->getEditable('sites_group_overrides.settings')
    ->set('apply_to_non_overideable_entities', FALSE)
    ->save();
}

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

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