We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc37ebb commit a57dee9Copy full SHA for a57dee9
docs/source/nonStandardExtensions/filter.rst
@@ -400,6 +400,7 @@ To achieve a validation of the options your custom filter must implement the **P
400
This interface adds the following method to your implementation:
401
402
.. code-block:: php
403
+
404
public function validateOptions(array $options): void;
405
406
The options provided in the schema which utilizes the filter are passed to the method during the model generation.
0 commit comments