Commit 82bfa9e
committed
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 extensionsFile tree
2 files changed
+0
-16
lines changed- src
- AppBundle/Twig
- CodeExplorerBundle/Twig
2 files changed
+0
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 98 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | 135 | | |
0 commit comments