You are here

function config_readonly_whitelist_test_config_readonly_whitelist_patterns in Configuration Read-only mode 8

Implements hook_config_readonly_whitelist_patterns().

File

tests/modules/config_readonly_whitelist_test/config_readonly_whitelist_test.module, line 11
Provide test whitelist.

Code

function config_readonly_whitelist_test_config_readonly_whitelist_patterns() {
  return [
    '*article2*',
    'system.performance',
  ];
}