FluidTYPO3\Vhs\Traits\ConditionViewHelperTrait::evaluateCondition PHP Метод

evaluateCondition() защищенный статический Метод

TODO: remove at some point, because this is only here for legacy reasons. the AbstractConditionViewHelper in 6.2.* doesn't have a default render method. 7.2+ on the other hand provides basically exactly this method here luckily it's backwards compatible out of the box. tl;dr -> remove after expiration of support for anything below 7.2
protected static evaluateCondition ( array $arguments = null ) : boolean
$arguments array
Результат boolean
    protected static function evaluateCondition($arguments = null)
    {
        return isset($arguments['condition']) && $arguments['condition'];
    }