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 has been archived by the owner on Jan 8, 2020. It is now read-only.
Let's say I have various - pre configured - Input classes which are to be built by custom factories..
Now, within my InputFilter class, I want to be able to retrieve these classes via
IMO the InputFilterPluginManager needs another check for InputInterface, as currently the Input component does not have its own namespace and/or PluginManager
The text was updated successfully, but these errors were encountered:
Let's say I have various - pre configured - Input classes which are to be built by custom factories..
Now, within my InputFilter class, I want to be able to retrieve these classes via
This fails due to the fact that the InputFilterPluginManager checks the requested service for InputFilterInterface implementation:
https://github.com/zendframework/zf2/blob/master/library/Zend/InputFilter/InputFilterPluginManager.php#L73-L86
IMO the InputFilterPluginManager needs another check for InputInterface, as currently the Input component does not have its own namespace and/or PluginManager
The text was updated successfully, but these errors were encountered: