Neos\Neos\Domain\Repository\SiteRepository::findFirstOnline PHP Method

findFirstOnline() public method

Find first site with status "online"
public findFirstOnline ( ) : Site
return Neos\Neos\Domain\Model\Site
    public function findFirstOnline()
    {
        return $this->findOnline()->getFirst();
    }