File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ class UndefinedCallableHandler
25
25
private const FILTER_COMPONENTS = [
26
26
'humanize ' => 'form ' ,
27
27
'form_encode_currency ' => 'form ' ,
28
+ 'serialize ' => 'serializer ' ,
28
29
'trans ' => 'translation ' ,
29
30
'sanitize_html ' => 'html-sanitizer ' ,
30
31
'yaml_encode ' => 'yaml ' ,
@@ -59,6 +60,11 @@ class UndefinedCallableHandler
59
60
'logout_url ' => 'security-http ' ,
60
61
'logout_path ' => 'security-http ' ,
61
62
'is_granted ' => 'security-core ' ,
63
+ 'impersonation_path ' => 'security-http ' ,
64
+ 'impersonation_url ' => 'security-http ' ,
65
+ 'impersonation_exit_path ' => 'security-http ' ,
66
+ 'impersonation_exit_url ' => 'security-http ' ,
67
+ 't ' => 'translation ' ,
62
68
'link ' => 'web-link ' ,
63
69
'preload ' => 'web-link ' ,
64
70
'dns_prefetch ' => 'web-link ' ,
You can’t perform that action at this time.
0 commit comments