FluidTYPO3\Vhs\ViewHelpers\Condition\Variable\IsNullViewHelper::evaluateCondition PHP Method

evaluateCondition() protected static method

protected static evaluateCondition ( array $arguments = null ) : boolean
$arguments array
return boolean
    protected static function evaluateCondition($arguments = null)
    {
        return null === $arguments['value'];
    }