WC_REST_System_Status_Tools_Controller::prepare_links PHP Method

    protected function prepare_links($id)
    {
        $base = '/' . $this->namespace . '/' . $this->rest_base;
        $links = array('item' => array('href' => rest_url(trailingslashit($base) . $id), 'embeddable' => true));
        return $links;
    }