site = $site; } /** * Behavior for HTTP GET method * * @return array */ public function get() { return [ 'display' => 'standalone', 'name' => $this->site->getDisplayName(), 'start_url' => $this->site->getUrl(), ]; } }