From 73731255916a91e330dcfc55d58490909564f5c9 Mon Sep 17 00:00:00 2001 From: daycry <7590335+daycry@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:44:24 +0200 Subject: [PATCH] Documentation --- user_guide_src/source/incoming/controllers.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user_guide_src/source/incoming/controllers.rst b/user_guide_src/source/incoming/controllers.rst index 749072dcee85..1899181dfde2 100644 --- a/user_guide_src/source/incoming/controllers.rst +++ b/user_guide_src/source/incoming/controllers.rst @@ -118,6 +118,10 @@ $this->setConfigValidator() If you need to validate rules that are in a personal validation file and this extension class of the ``Config\Validation`` class is extended, you can configure it as follows. Can be useful when working with standalone modules. +It is required that you extend from the ``Config\Validation`` class. + +By default, the ``Config\Validation`` class is used. + .. literalinclude:: controllers/026.php .. _controller-validate: