getCancelUrl() public method

public getCancelUrl ( ) : string
return string cancel URL.
Beispiel #1
0
 /**
  * @inheritdoc
  */
 public function getCancelUrl()
 {
     return $this->_module->getSocialSetting('defaultCancelUrl', $this->userType, parent::getCancelUrl());
 }