예제 #1
0
파일: Config.php 프로젝트: nja78/magento2
 /**
  * @return string
  */
 public function getNoImageUrl()
 {
     return $this->image->getDefaultPlaceholderUrl('thumbnail');
 }