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 ac188e9 commit b1da2d8Copy full SHA for b1da2d8
src/AppBundle/Twig/AppExtension.php
@@ -95,14 +95,4 @@ public function getLocales()
95
96
return $locales;
97
}
98
-
99
- /**
100
- * {@inheritdoc}
101
- */
102
- public function getName()
103
- {
104
- // the name of the Twig extension must be unique in the application. Consider
105
- // using 'app.extension' if you only have one Twig extension in your application.
106
- return 'app.extension';
107
- }
108
src/CodeExplorerBundle/Twig/SourceCodeExtension.php
@@ -138,10 +138,4 @@ private function unindentCode($code)
138
139
return $formattedCode;
140
141
142
- // the name of the Twig extension must be unique in the application
143
144
145
- return 'code_explorer_source_code';
146
147
0 commit comments