コード例 #1
0
ファイル: Register.php プロジェクト: aiesh/magento2
 /**
  * Retrieve form posting url
  *
  * @return string
  */
 public function getPostActionUrl()
 {
     return $this->_customerHelper->getRegisterPostUrl();
 }