Skip to content

Commit 764051c

Browse files
Girgiascmb69
andauthored
Improve filter documentation (#3941)
* Organize Filter constants into dedicated lists * Group validation filters somewhat * Start describing some filters * Move Validation filter documentation to constants. * Move some sanitization filters --------- Co-authored-by: Christoph M. Becker <[email protected]>
1 parent abbba1f commit 764051c

File tree

3 files changed

+650
-848
lines changed

3 files changed

+650
-848
lines changed

reference/filter/book.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<emphasis>validation</emphasis> and <emphasis>sanitization</emphasis>.
1919
</para>
2020
<para>
21-
<link linkend="filter.filters.validate">Validation</link> is used to
21+
Validation is used to
2222
validate or check if the data meets certain qualifications. For example,
2323
passing in <constant>FILTER_VALIDATE_EMAIL</constant> will determine if
2424
the data is a valid email address, but will not change the data itself.

0 commit comments

Comments
 (0)