Shuffle an array.

Exposes the standard PHP-function shuffle to the Hublify twig world. This function shuffles (randomizes the order of the elements in) an array. It uses a pseudo random number generator that is not suitable for cryptographic purposes.

Syntax

hublify.array_shuffle(array $array): array