コード例 #1
0
ファイル: Form.php プロジェクト: kidaa30/magento2-platformsh
 /**
  * Retrieve attribute label
  *
  * @param AbstractAttribute $attribute
  * @return string
  */
 public function getAttributeLabel($attribute)
 {
     return $attribute->getStoreLabel();
 }