Redaxscript\Controller\Search::_info PHP Method

_info() protected method

show the info
Since: 3.0.0
protected _info ( array $infoArray = [] ) : string
$infoArray array array of the info
return string
    protected function _info($infoArray = [])
    {
        $messenger = new Messenger($this->_registry);
        return $messenger->setRoute($this->_language->get('back'), 'home')->info($infoArray['message'], $this->_language->get('something_wrong'));
    }