Craft\SeomaticPlugin::registerCpRoutes PHP Method

registerCpRoutes() public method

public registerCpRoutes ( )
    public function registerCpRoutes()
    {
        return array('seomatic/site' => array('action' => 'seomatic/editSiteMeta'), 'seomatic/site/(?P<locale>[-\\w\\.*]+)' => array('action' => 'seomatic/editSiteMeta'), 'seomatic/identity' => array('action' => 'seomatic/editIdentity'), 'seomatic/identity/(?P<locale>[-\\w\\.*]+)' => array('action' => 'seomatic/editIdentity'), 'seomatic/social' => array('action' => 'seomatic/editSocial'), 'seomatic/social/(?P<locale>[-\\w\\.*]+)' => array('action' => 'seomatic/editSocial'), 'seomatic/creator' => array('action' => 'seomatic/editCreator'), 'seomatic/creator/(?P<locale>[-\\w\\.*]+)' => array('action' => 'seomatic/editCreator'), 'seomatic/meta/new' => array('action' => 'seomatic/editMeta'), 'seomatic/meta/new/(?P<locale>[-\\w\\.*]+)' => array('action' => 'seomatic/editMeta'), 'seomatic/meta/(?P<metaId>\\d+)' => array('action' => 'seomatic/editMeta'), 'seomatic/meta/(?P<metaId>\\d+)/(?P<locale>[-\\w\\.*]+)' => array('action' => 'seomatic/editMeta'), 'seomatic/settings' => array('action' => 'seomatic/editSettings'));
    }