Backend\SynchronizeController::getIndex PHP Method

getIndex() public method

Display a listing of the resource.
public getIndex ( ) : Response
return Response
    public function getIndex()
    {
        $this->layout->title = 'Synchronize';
        $this->layout->content = \View::make($this->link_type . '.' . $this->current_theme . '.synchronize.index');
    }