You are here

function config_readonly_config_readonly_whitelist_patterns in Configuration Read-only mode 8

Implements hook_config_readonly_whitelist_patterns().

File

./config_readonly.module, line 47
Contains config_readonly.module.

Code

function config_readonly_config_readonly_whitelist_patterns() {
  return Settings::get('config_readonly_whitelist_patterns');
}