Barryvdh\Elfinder\ElfinderController::showPopup PHP Method

showPopup() public method

public showPopup ( $input_id )
    public function showPopup($input_id)
    {
        return $this->app['view']->make($this->package . '::standalonepopup')->with($this->getViewVars())->with(compact('input_id'));
    }