coreRegistry = $coreRegistry; parent::__construct($context); } /** * @deprecated 100.3.0 Misspelled method * @see initEntityId */ protected function initEnityId() { $this->initEntityId(); } /** * @return void */ protected function initEntityId() { $this->coreRegistry->register( 'entityId', $this->_objectManager->create(\Magento\Review\Model\Rating\Entity::class)->getIdByCode('product') ); } }