fsi-open / datagrid-bundle

Main purpose of this bundle is to register FSi DataGrid Component service and twig datagrid rendering functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated InitRuntime() call

szymach opened this issue · comments

Defining the initRuntime() method in the "datagrid" extension is deprecated since version 1.23. Use the 'needs_environment' option to get the Twig_Environment instance in filters, functions, or tests; or explicitly implement Twig_Extension_InitRuntimeInterface if needed (not recommended)

We could schedule updating the bundle to use the highest possible twig/twig package and switch to non-deprecated calls. There should not be any BC breaks, since deprecated methods and functions will still work with higher versions of the library.

Resolved by #83