ModelEqualityOperator
class ModelEqualityOperator extends Twig_Node_Expression
A twig operator to test if two models are the same (they are of the same type and have the same ID)
Methods
__construct(Twig_NodeInterface $left, Twig_NodeInterface $right, $lineno)
{@inheritdoc}
compile(Twig_Compiler $compiler)
{@inheritdoc}
static bool
Details
at line line 14
__construct(Twig_NodeInterface $left, Twig_NodeInterface $right, $lineno)
{@inheritdoc}
at line line 22
compile(Twig_Compiler $compiler)
{@inheritdoc}