Refactor Filter structure that the filters are reusable in other request as well and not only in the Asset Collection. Currently the Filter are depending on the CollectionParametersInterface.
Now each Filter has its own Interface and those can be combined to build a ParameterClass like here
ElementParameters.php
Changes in this pull request
Resolves #
Additional info
Refactor Filter structure that the filters are reusable in other request as well and not only in the Asset Collection. Currently the Filter are depending on the CollectionParametersInterface.
Now each Filter has its own Interface and those can be combined to build a ParameterClass like here ElementParameters.php