Beispiel #1
0
 /**
  * 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'));
 }