FluidTYPO3\Vhs\Traits\ArrayConsumingViewHelperTrait::getArgumentFromArgumentsOrTagContentAndConvertToArray PHP Method

getArgumentFromArgumentsOrTagContentAndConvertToArray() protected method

Override of VhsViewHelperTrait equivalent. Does what that function does, but also ensures an array return.
protected getArgumentFromArgumentsOrTagContentAndConvertToArray ( string $argumentName ) : mixed
$argumentName string
return mixed
    protected function getArgumentFromArgumentsOrTagContentAndConvertToArray($argumentName)
    {
        return static::getArgumentFromArgumentsOrTagContentAndConvertToArrayStatic($this->arguments, $argumentName, $this->buildRenderChildrenClosure());
    }