Exemplo n.º 1
0
 /**
  * Dispatch request
  *
  * @param \Magento\Framework\App\RequestInterface $request
  * @return \Magento\Framework\App\ResponseInterface
  */
 public function execute(\Magento\Framework\App\RequestInterface $request)
 {
     $this->_entityTypeId = $this->_objectManager->create('Magento\\Eav\\Model\\Entity')->setType(\Magento\Catalog\Model\Product::ENTITY)->getTypeId();
     return parent::execute($request);
 }