예제 #1
0
파일: Register.php 프로젝트: aiesh/magento2
 /**
  * Retrieve form posting url
  *
  * @return string
  */
 public function getPostActionUrl()
 {
     return $this->_customerHelper->getRegisterPostUrl();
 }