The class Twig_SimpleFunction has been deprecated with message: to be removed in 3.0
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.
Loading history...
27
);
28
}
29
30
/**
31
* @param UserInterface $user
32
* @param string $filter
33
* @param array $runtimeConfig
34
*
35
* @return null|string
36
*/
37
public function getUserAvartar(UserInterface $user = null, $filter = '70x70', array $runtimeConfig = array())
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.