Configuration Override Warn
This module warns you when configuration settings have been overridden by a module. It helps you identify changes made outside of the standard configuration forms.
Implements the warning message proposed by #2408549: Display status message on configuration forms when there are overridden values from one module without needing any changes to configuration forms.
This module uses PHP reflection to modify a core class method from protected to public. Typically, it is not recommended to use reflection in production code/environments, but there's no way around it for this module and it should be a minimal impact to performance since it only affects pages that have configuration forms.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.