DmitryDulepov\Realurl\Controller\BackendModuleController::storeLastModuleInformation PHP Method

storeLastModuleInformation() protected method

Stores information about the last action of the module.
    protected function storeLastModuleInformation()
    {
        // Probably should store also arguments (except pager?)
        BackendUtility::getModuleData(array('controller' => ''), array('controller' => $this->getControllerName()), 'tx_realurl_web_realurlrealurl');
    }