Example #1
0
 /**
  * Retrieve entity type id
  *
  * @return int
  */
 public function getTypeId()
 {
     return $this->_catalogConfig->getEntityType(\Magento\Catalog\Model\Product::ENTITY)->getEntityTypeId();
 }