getSuccessUrl() public method

public getSuccessUrl ( ) : string
return string successful URL.
コード例 #1
0
ファイル: AuthAction.php プロジェクト: communityii/yii2-user
 /**
  * @inheritdoc
  */
 public function getSuccessUrl()
 {
     return $this->_module->getSocialSetting('defaultSuccessUrl', $this->userType, parent::getSuccessUrl());
 }