コード例 #1
0
ファイル: Edit.php プロジェクト: kidaa30/magento2-platformsh
 /**
  * Build child form class form name based on value of store_type in registry
  *
  * @return string
  */
 protected function _buildFormClassName()
 {
     return parent::_buildFormClassName() . '\\' . ucwords($this->_coreRegistry->registry('store_type'));
 }