Backend\HomeController::getDatatableLangfile PHP Method

getDatatableLangfile() public method

Get the language file for the datatable
public getDatatableLangfile ( ) : [type]
return [type]
    public function getDatatableLangfile()
    {
        $translation = \Lang::get('datatable');
        return json_encode($translation);
    }