Elgg\BootData::getSite PHP Method

getSite() public method

Get the site entity
public getSite ( ) : ElggSite
return ElggSite
    public function getSite()
    {
        return $this->site;
    }