Searched refs:twig_to_array (Results 1 – 1 of 1) sorted by relevance
433 $values = twig_to_array($values);570 return strtr($str ?? '', twig_to_array($from));669 return array_merge(twig_to_array($arr1), twig_to_array($arr2));761 $value = twig_to_array($value, false);1187 function twig_to_array($seq, $preserveKeys = true) function1369 $result = array_chunk(twig_to_array($items, $preserveKeys), $size, $preserveKeys);