You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2020. It is now read-only.
Add method for retrieving configuration to ConfigInterface
Added `toArray()` method to `ConfigInterface` to provide a mechanism for
fetching configuration without needing to configure the service manager. This
will be useful in particular for `Zend\ModuleManager\Listener\ServiceListener`,
which primarily needs to aggregate and merge configuration *prior* to creating a
new instance of a plugin manager.
An implementation was added to the `Config` class, along with tests.
0 commit comments