Platformsh\Cli\Command\Tunnel\TunnelCommandBase::getTunnelKey PHP Method

getTunnelKey() protected method

protected getTunnelKey ( array $tunnel ) : string
$tunnel array
return string
    protected function getTunnelKey(array $tunnel)
    {
        return implode('--', [$tunnel['projectId'], $tunnel['environmentId'], $tunnel['appName'], $tunnel['relationship'], $tunnel['serviceKey']]);
    }