Frontend\Core\Engine\SeoFormNode::hasVariable PHP Method

hasVariable() private method

private hasVariable ( $variable ) : string
$variable
return string
    private function hasVariable($variable)
    {
        return "isset(\$context['{$variable}']) && !empty(\$context['{$variable}'])";
    }