Home
last modified time | relevance | path

Searched refs:computeAlternatives (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DSyntaxError.php30 if (!$alternatives = self::computeAlternatives($name, $items)) {
42 public static function computeAlternatives($name, $items) function in Twig\\Error\\SyntaxError
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1489 public function computeAlternatives($name, $items) function in Twig\\Environment
1493 return SyntaxError::computeAlternatives($name, $items);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG270 * deprecated Twig_Environment::computeAlternatives()