Skip to content

Commit afe45d2

Browse files
committed
Removed PHP Native Function as a Filter content from the docs, as it is already covered in Custom Filters.
1 parent c7f7bf2 commit afe45d2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

user_guide_src/source/outgoing/view_parser.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -431,14 +431,6 @@ callable:
431431

432432
.. literalinclude:: view_parser/012.php
433433

434-
PHP Native functions as Filters
435-
-------------------------------
436-
437-
You can use native php function as filters by editing **app/Config/View.php** and adding new entries to the
438-
``$filters`` array. Each key is the name which the PHP function is called by in the view, and its value is any valid PHP function:
439-
440-
.. literalinclude:: view_parser/013.php
441-
442434
Parser Plugins
443435
==============
444436

0 commit comments

Comments
 (0)