Craft\RetourPlugin::registerCpRoutes PHP Method

registerCpRoutes() public method

public registerCpRoutes ( )
    public function registerCpRoutes()
    {
        return array('retour/settings' => array('action' => 'retour/editSettings'), 'retour/clearStats' => array('action' => 'retour/clearStatistics'), 'retour/new' => array('action' => 'retour/editRedirect'), 'retour/edit/(?P<redirectId>\\d+)' => array('action' => 'retour/editRedirect'), 'retour/htaccess' => array('action' => 'retour/importHtaccess'));
    }