Skip to content

Commit f0db26f

Browse files
committed
docs: add section "Applying Filters"
1 parent 0ad823c commit f0db26f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

user_guide_src/source/incoming/auto_routing_improved.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,17 @@ Controller/Method URI Description
374374
takes precedence.
375375
============================ ============================ =============================================
376376

377+
****************
378+
Applying Filters
379+
****************
380+
381+
Applying controller filters allows you to add processing before and after the
382+
controller method execution. This is especially handy during authentication or
383+
api logging.
384+
385+
If you use Auto Routing, set the filters to be applied in **app/Config/Filters.php**.
386+
See :doc:`Controller Filters <filters>` for more information on setting up filters.
387+
377388
.. _routing-auto-routing-improved-configuration-options:
378389

379390
*********************

0 commit comments

Comments
 (0)