We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation says something about very interesting topics like
Is there any resource or entry point to get a glue how to manage custom input filters? Anyone who can help or has any experience?
Originally posted by @nepda at zfcampus/apigility-documentation#79
The text was updated successfully, but these errors were encountered:
Registering custom input filters seems easy, but not in this documentation. You have to register the filters to the FilterPluginManager.
FilterPluginManager
<?php return array( 'filters' => array( 'invokables' => array( 'YourApiModule\\V1\\Filter\\Myfilter' => 'YourApiModule\\V1\\Filter\\Myfilter', ), ), );
Seems to solve this. This OrderApi\\V1\Filter\Testitest is maybe not the correct place for such a file/class!?
OrderApi\\V1\Filter\Testitest
Source
Other topics still open.
Originally posted by @nepda at zfcampus/apigility-documentation#79 (comment)
Sorry, something went wrong.
No branches or pull requests
The documentation says something about very interesting topics like
Is there any resource or entry point to get a glue how to manage custom input filters? Anyone who can help or has any experience?
Originally posted by @nepda at zfcampus/apigility-documentation#79
The text was updated successfully, but these errors were encountered: