DivisiblebyTest

Extends\Twig\Node\Expression\TestExpression

Checks if a variable is divisible by a number.

{% if loop.index is divisible by(3) %}

author

Fabien Potencier fabien@symfony.com

package

Default

Methods

compile

compile(\Twig\Compiler $compiler)

Arguments

$compiler

\Twig\Compiler