You are here

farm_update_test.module in farmOS 2.x

File

modules/core/update/tests/modules/farm_update_test/farm_update_test.module
View source
<?php

/**
 * @file
 * Contains farm_update_test.module.
 */

/**
 * Implements hook_farm_update_exclude_config().
 */
function farm_update_test_farm_update_exclude_config() {
  return [
    'farm_flag.flag.priority',
  ];
}