File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
user_guide_src/source/incoming Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -374,6 +374,17 @@ Controller/Method URI Description
374
374
takes precedence.
375
375
============================ ============================ =============================================
376
376
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
+
377
388
.. _routing-auto-routing-improved-configuration-options :
378
389
379
390
*********************
You can’t perform that action at this time.
0 commit comments