We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059155f commit 478400aCopy full SHA for 478400a
components/expression_language/extending.rst
@@ -97,7 +97,8 @@ register.
97
98
ExpressionFunction::fromPhp('strtoupper');
99
100
- It allows namespaced PHP function where the second parameter must be defined to name expression::
+ Namespaced functions are supported, but they require a second argument to
101
+ define the name of the expression::
102
103
ExpressionFunction::fromPhp('My\strtoupper', 'my_strtoupper');
104
0 commit comments