コード例 #1
0
ファイル: Edit.php プロジェクト: kidaa30/magento2-platformsh
 /**
  * Retrieve available placeholders
  *
  * @return array
  */
 public function getAttributesAllowedForAutogeneration()
 {
     return $this->_productHelper->getAttributesAllowedForAutogeneration();
 }