-
- Downloads
Add a config_validate() function to invoke verify callbacks.
As we turn our monolithic configuration objects into suites of smaller module-specific configuration objects, we will want each one to be able to provide its own verification callbacks. That means that instead of invoking these verification callbacks directly, we will want to call them via the configuration manager object.
Please register or sign in to comment