config_readonly_whitelist_test.module in Configuration Read-only mode 8
Provide test whitelist.
File
tests/modules/config_readonly_whitelist_test/config_readonly_whitelist_test.moduleView source
<?php
/**
* @file
* Provide test whitelist.
*/
/**
* Implements hook_config_readonly_whitelist_patterns().
*/
function config_readonly_whitelist_test_config_readonly_whitelist_patterns() {
return [
'*article2*',
'system.performance',
];
}
Functions
Name | Description |
---|---|
config_readonly_whitelist_test_config_readonly_whitelist_patterns | Implements hook_config_readonly_whitelist_patterns(). |