getSuccessUrl() public method

public getSuccessUrl ( ) : string
return string successful URL.
Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function getSuccessUrl()
 {
     return $this->_module->getSocialSetting('defaultSuccessUrl', $this->userType, parent::getSuccessUrl());
 }