You are here

function farm_update_test_farm_update_exclude_config in farmOS 2.x

Implements hook_farm_update_exclude_config().

File

modules/core/update/tests/modules/farm_update_test/farm_update_test.module, line 11
Contains farm_update_test.module.

Code

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