1 | <?php |
||
5 | class DisplayLinkExtension extends \Twig_Extension |
||
6 | { |
||
7 | public function getFunctions() |
||
13 | |||
14 | /** |
||
15 | * Add app_dev.php in dev environment if the link is locale. |
||
16 | * |
||
17 | * @param \Twig_Environment $twig |
||
18 | * @param $link |
||
19 | * |
||
20 | * @return string |
||
21 | */ |
||
22 | public function menuLink(\Twig_Environment $twig, $link) |
||
35 | |||
36 | public function getName() |
||
40 | } |
||
41 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.