-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove FilterProviderInterface
#205
base: 3.0.x
Are you sure you want to change the base?
Conversation
The documentation must also be removed: laminas-filter/docs/book/v3/application-integration/providing-filters-via-modules.md Lines 1 to 16 in 08e0bb9
|
This interface is MVC Module Manager specific and does not belong in this library Signed-off-by: George Steel <[email protected]>
fe142b9
to
abff8c3
Compare
Signed-off-by: George Steel <[email protected]>
I've retained and updated the docs to point to the same interface in the Module Manager lib/docs |
Signed-off-by: George Steel <[email protected]>
* Implement this interface within Module classes to indicate that your module | ||
* provides filter configuration for the FilterPluginManager. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But doesn't this also apply to a config provider? What I mean by that is, wouldn't the interface also help the user in a config provider?
This interface is MVC Module Manager specific and does not belong in this library
See #204