You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #569 Removed the deprecated getName() method in Twig extensions (javiereguiluz)
This PR was merged into the master branch.
Discussion
----------
Removed the deprecated getName() method in Twig extensions
```
/**
* Returns the name of the extension.
*
* @return string The extension name
*
* @deprecated since 1.26 (to be removed in 2.0), not used anymore internally
*/
function getName();
```
Commits
-------
b1da2d8 Removed the deprecated getName() method in Twig extensions
0 commit comments